Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leventerkok/conjugategradient

Sparse matrix linear equation solver, using the Conjugate Gradient algorithm
https://github.com/leventerkok/conjugategradient

conjugate-gradient haskell optimization sparse-matrix

Last synced: 2 months ago
JSON representation

Sparse matrix linear equation solver, using the Conjugate Gradient algorithm

Awesome Lists containing this project

README

        

Conjugate Gradient Solver
=========================

[![Build Status](https://secure.travis-ci.org/LeventErkok/conjugateGradient.png?branch=master)](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