]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/Iteration.hs
Clean up imports everywhere.
[numerical-analysis.git] / src / Linear / Iteration.hs
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2013-08-15 Michael OrlitzkyAdd the rayleigh_quotient function.
2013-07-21 Michael OrlitzkyAdd Gauss-Seidel and SOR iterative methods.
2013-07-21 Michael OrlitzkyAdd the Linear.Iteration module.