Skip to content

{C,Z}LARFGP: re-scale input vector more often #981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

christoph-conrads
Copy link
Contributor

Description

Re-scale the input vector even if X is negligibly small in norm if the imaginary part of ALPHA is nonzero. For otherwise XNORM will not be computed with a small relative error.

Checklist

  • The documentation has been updated.
  • If the PR solves a specific issue, it is set to be closed on merge.

Re-scale the input vector even if `X` is negligibly small in norm if the
imaginary part of `ALPHA` is nonzero. For otherwise `XNORM` will not be
computed with a small _relative_ error.

fixes Reference-LAPACK#980
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (0a3aa4d) 0.00% compared to head (827cb8e) 0.00%.

Files Patch % Lines
SRC/clarfgp.f 0.00% 5 Missing ⚠️
SRC/zlarfgp.f 0.00% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #981   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1930     1930           
  Lines      190421   190409   -12     
=======================================
+ Misses     190421   190409   -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@langou langou merged commit add9497 into Reference-LAPACK:master Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants