IterativeSolvers
is a Julia package that provides iterative algorithms for solving linear systems, eigensystems, and singular value problems.
To install the package, use the following command inside Julia's REPL:
Pkg.add("IterativeSolvers")
-
Issue #1 documents the implementation roadmap for iterative solvers.
-
The interfaces between the various algorithms are still in flux, but aim to be consistent.