Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leventerkok/conjugategradient
- Owner: LeventErkok
- License: other
- Created: 2013-04-14T06:21:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T22:20:59.000Z (over 4 years ago)
- Last Synced: 2024-10-13T10:36:42.171Z (3 months ago)
- Topics: conjugate-gradient, haskell, optimization, sparse-matrix
- Language: Haskell
- Homepage:
- Size: 25.4 KB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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