lostella / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterative Solvers

license Build Status on Linux Coverage Status IterativeSolvers

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

Resources

Installing

To install the package, use the following command inside Julia's REPL:

Pkg.add("IterativeSolvers")

Status

  • Issue #1 documents the implementation roadmap for iterative solvers.

  • The interfaces between the various algorithms are still in flux, but aim to be consistent.

About

Iterative algorithms for solving linear systems, eigensystems, and singular value problems

License:MIT License


Languages

Language:Julia 100.0%