wilson-labs / cola

Compositional Linear Algebra
Apache License 2.0
401 stars 26 forks source link

Implicit restarts #80

Closed AndPotap closed 10 months ago

AndPotap commented 10 months ago

I introduce the implicitly restarted versions for Arnoldi and Lanczos. This variant is able to approximate parts of the spectrum more effectively.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (cb845ac) 81.82% compared to head (3f30eec) 82.60%. Report is 1 commits behind head on main.

Files Patch % Lines
cola/linalg/decompositions/arnoldi.py 93.54% 6 Missing :warning:
cola/linalg/decompositions/lanczos.py 96.33% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 81.82% 82.60% +0.78% ========================================== Files 40 41 +1 Lines 3317 3478 +161 ========================================== + Hits 2714 2873 +159 - Misses 603 605 +2 ```

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