Reference-LAPACK / lapack

LAPACK development repository
Other
1.46k stars 430 forks source link

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

Closed christoph-conrads closed 6 months ago

christoph-conrads commented 6 months ago

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

codecov[bot] commented 6 months ago

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 :warning:
SRC/zlarfgp.f 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #981 +/- ## ======================================= Coverage 0.00% 0.00% ======================================= Files 1930 1930 Lines 190421 190409 -12 ======================================= + Misses 190421 190409 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.