Skip to content

Avoid out-of-bounds accesses in complex EIG tests #338

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

Merged
merged 2 commits into from
Sep 21, 2020

Conversation

martin-frbg
Copy link
Collaborator

fixes #333

@codecov
Copy link

codecov bot commented Apr 27, 2019

Codecov Report

Merging #338 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #338   +/-   ##
=======================================
  Coverage   81.66%   81.66%           
=======================================
  Files        1847     1847           
  Lines      180341   180341           
=======================================
  Hits       147267   147267           
  Misses      33074    33074

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12d8253...ea2a102. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 27, 2019

Codecov Report

Merging #338 into master will increase coverage by 1.58%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
+ Coverage   81.66%   83.24%   +1.58%     
==========================================
  Files        1847     1808      -39     
  Lines      180341   170181   -10160     
==========================================
- Hits       147267   141664    -5603     
+ Misses      33074    28517    -4557
Impacted Files Coverage Δ
SRC/dlat2s.f 76.47% <0%> (-4.49%) ⬇️
SRC/dtgexc.f 46.35% <0%> (-3.98%) ⬇️
SRC/dlansb.f 62.5% <0%> (-3.29%) ⬇️
SRC/slansb.f 62.5% <0%> (-3.29%) ⬇️
SRC/clansy.f 65.51% <0%> (-3.06%) ⬇️
SRC/zlansy.f 65.51% <0%> (-3.06%) ⬇️
SRC/slangb.f 72.5% <0%> (-3.02%) ⬇️
SRC/dlangb.f 72.5% <0%> (-3.02%) ⬇️
SRC/clangb.f 72.5% <0%> (-3.02%) ⬇️
SRC/zlangb.f 72.5% <0%> (-3.02%) ⬇️
... and 1202 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12d8253...d7be8c7. Read the comment docs.

@martin-frbg martin-frbg merged commit 5ade1b2 into Reference-LAPACK:master Sep 21, 2020
christoph-conrads pushed a commit to christoph-conrads/lapack that referenced this pull request May 23, 2021
Avoid out-of-bounds accesses in complex EIG tests
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.

Out of bounds errors in testing routines chet21.f and chpt21.f
1 participant