Skip to content

Fix exceptional shift such that we can handle more matrices. #69

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
Aug 4, 2020

Conversation

andreasnoack
Copy link
Member

Also reduce the default number of iterations. Add complicated
test matrices.

Fixes #67

@codecov-commenter
Copy link

codecov-commenter commented Aug 4, 2020

Codecov Report

Merging #69 into master will decrease coverage by 1.80%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   74.34%   72.53%   -1.81%     
==========================================
  Files          11       11              
  Lines        1458     1453       -5     
==========================================
- Hits         1084     1054      -30     
- Misses        374      399      +25     
Impacted Files Coverage Δ
src/eigenGeneral.jl 66.27% <100.00%> (-13.04%) ⬇️
src/juliaBLAS.jl 22.69% <0.00%> (-1.42%) ⬇️
src/svd.jl 79.85% <0.00%> (-0.74%) ⬇️

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 a3140d3...ed49af1. Read the comment docs.

@andreasnoack andreasnoack merged commit d98bba3 into master Aug 4, 2020
@andreasnoack andreasnoack deleted the an/exceptional branch August 4, 2020 15:06
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.

Convergence problems of some matrices
2 participants