sloisel / numeric

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

GMRES #18

Open sloisel opened 11 years ago

sloisel commented 11 years ago

Implement GMRES. http://en.wikipedia.org/wiki/Generalized_minimal_residual_method

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