Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 992 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 992 Bytes

Iterative Solvers

license Build Status on Linux Coverage Status

IterativeSolvers is a Julia package that provides iterative algorithms for solving linear systems, eigensystems, and singular value problems.

Resources

Installing

To install the package, open the package manager in the REPL via ] and run

pkg> add IterativeSolvers