Reference-LAPACK / lapack

LAPACK development repository
Other
1.46k stars 430 forks source link

fix few typos and sytrd boundary workspace #1030

Closed dklyuchinskiy closed 4 weeks ago

dklyuchinskiy commented 4 weeks ago

Description

Few fixes, forgotten to be added in PR #942.

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (4f504e0) to head (69992ad). Report is 44 commits behind head on master.

Files Patch % Lines
SRC/chetrd.f 0.00% 1 Missing :warning:
SRC/ssytrd.f 0.00% 1 Missing :warning:
SRC/zhetrd.f 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1030 +/- ## ======================================= Coverage 0.00% 0.00% ======================================= Files 1933 1937 +4 Lines 190594 190566 -28 ======================================= + Misses 190594 190566 -28 ```

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