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

Allow `which` symbols like in Arpack.jl and KrylovKit.jl #132

Closed haampie closed 9 months ago

haampie commented 9 months ago

:LM, :LR, :SR, :LI, and :SI in addition to LM(), LR(), SR(), LI(), and SI().

I guess this was previously not implemented because type stability was considered a big thing.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (048c15a) 95.52% compared to head (0510431) 95.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #132 +/- ## ========================================== - Coverage 95.52% 95.17% -0.35% ========================================== Files 10 10 Lines 804 809 +5 ========================================== + Hits 768 770 +2 - Misses 36 39 +3 ```

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