]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/Matrix.hs
New function: Linear.Matrix.identity_matrix.
[numerical-analysis.git] / src / Linear / Matrix.hs
2014-02-02 Michael OrlitzkyNew function: Linear.Matrix.identity_matrix.
2014-02-02 Michael OrlitzkyFix implementation of Linear.Matrix.construct.
2014-01-30 Michael OrlitzkyBump dependencies.
2013-07-21 Michael OrlitzkyRename 'diagonal' to 'diagonal_part'.
2013-07-21 Michael OrlitzkyFix a bunch of hlint warnings.
2013-07-21 Michael OrlitzkyAdd 'diagonal' function.
2013-07-21 Michael OrlitzkyConstrain Normed instance to column vectors (m-by-1...
2013-06-08 Michael OrlitzkyUpdate numeric-prelude and fixed-vector.
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.