]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Matrix.hs
numerical-analysis.cabal,doc: relicense to AGPL-3.0+
[numerical-analysis.git] / src / Matrix.hs
2013-02-12 Michael OrlitzkyMove the Vector and Matrix modules under Linear.
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...