nekStab / LightKrylov

Lightweight implementation of Krylov subspace techniques in Fortran.
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Simplify interfaces for `eigs`, `eighs` and `svds` #56

Closed loiseaujc closed 7 months ago

loiseaujc commented 7 months ago

All interfaces for eigs, eighs, and svds have been simplified so that they return the actual eigenvectors/singular vectors directly in X (U, V) instead of having to reconstruct these a posteriori.