conjugateGradient icon indicating copy to clipboard operation
conjugateGradient copied to clipboard

Sparse matrix linear equation solver, using the Conjugate Gradient algorithm

Conjugate Gradient Solver

Build Status

Sparse matrix linear equation solver, using the Conjugate Gradient algorithm: http://en.wikipedia.org/wiki/Conjugate_gradient_method.

The method is applicable to matrices that are symmetric and positive definite.

On hackage: http://hackage.haskell.org/package/conjugateGradient