JuliaLinearAlgebra / ArnoldiMethod.jl

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

do not export LM, SR, LR, SI, LI #144

Closed haampie closed 7 months ago

haampie commented 7 months ago

Cause users can pass :LM, :SR, :LR, :SI, :LI instead, and it's somewhat weird to export obscure 2 character struct names.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (fa80d1f) 95.97% compared to head (31233fc) 95.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #144 +/- ## ======================================= Coverage 95.97% 95.97% ======================================= Files 10 10 Lines 869 869 ======================================= Hits 834 834 Misses 35 35 ```

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