sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 177 forks source link

CG #19

Open sloisel opened 11 years ago

sloisel commented 11 years ago

Implement CG. http://en.wikipedia.org/wiki/Conjugate_gradient_method

The implementation should be matrix-free and should allow for a matrix-free preconditioner.