]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Matrix.hs
Bump to fixed-vector-0.2.*.
[numerical-analysis.git] / src / Matrix.hs
2013-02-11 Michael OrlitzkyBump to fixed-vector-0.2.*.
2013-02-05 Michael OrlitzkyAdd a 2D fixed-point doctest (example) to Vector.hs.
2013-02-05 Michael OrlitzkyRemove non-fixed Matrix module.
2013-02-03 Michael OrlitzkyFix compiler warnings in Matrix.hs.
2013-02-03 Michael OrlitzkyAdd a simple unsafe matrix class to test the Cholesky...