]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/Matrix.hs
Get determinants working.
[numerical-analysis.git] / src / Linear / Matrix.hs
2013-02-24 Michael OrlitzkyGet determinants working.
2013-02-24 Michael OrlitzkyReplace the whole Matrix implementation with something...
2013-02-24 Michael OrlitzkyAdd triangular functions, determinant, minor (all half...
2013-02-21 Michael OrlitzkyFix compiler warnings and doctests.
2013-02-21 Michael OrlitzkyConvert scalars to 1x1 vectors.
2013-02-21 Michael OrlitzkyA huge pile of crap upon Matrix/Vector.
2013-02-12 Michael OrlitzkyMove the Vector and Matrix modules under Linear.