conjugateGradient-2.0: README
Conjugate Gradient Solver ========================= [](http://travis-ci.org/LeventErkok/conjugateGradient) 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