JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.
https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev
MIT License
102 stars 18 forks source link

edge case: zero matrix #135

Closed haampie closed 9 months ago

haampie commented 9 months ago

Closes #90

This edge case actually does cover a few things:

  1. Whether ArnoldiMethod recovers in case of getting an invariant subspace
  2. Whether the convergence criterion is correct(<= vs <)
  3. Whether it can deal with backwards substitution of an upper triangular matrix which is singular, when constructing eigenvectors.
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (526219d) 95.17% compared to head (60c4d60) 95.21%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #135 +/- ## ========================================== + Coverage 95.17% 95.21% +0.03% ========================================== Files 10 10 Lines 809 815 +6 ========================================== + Hits 770 776 +6 Misses 39 39 ```

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