The latest version of conjugateGradient is 2.2-0.
conjugateGradient
Version 1.0 revision 0 uploaded by LeventErkok.
Package meta
- Synopsis
- Sparse matrix linear-equation solver
- Description
Sparse matrix linear-equation solver, using the conjugate gradient algorithm. Note that the technique only applies to matrices that are:
Symmetric
Positive-definite
See http://en.wikipedia.org/wiki/Conjugate_gradient_method for details.
The conjugate gradient method can handle very large sparse matrices, where direct methods (such as LU decomposition) are way too expensive to be useful in practice.
- Author
- Levent Erkok
- Bug reports
- http://github.com/LeventErkok/ConjugateGradient/issues
- Category
- Math
- Copyright
- Levent Erkok, 2013
- Homepage
- http://github.com/LeventErkok/ConjugateGradient
- Maintainer
- Levent Erkok (erkokl@gmail.com)
- Package URL
- n/a
- Stability
- Experimental