]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/Vector.hs
src/Linear/Vector.hs: add a Vec0 type.
[numerical-analysis.git] / src / Linear / Vector.hs
2018-12-07 Michael Orlitzkysrc/Linear/Vector.hs: add a Vec0 type.
2014-02-03 Michael OrlitzkySmall cleanups in Linear.Vector.
2014-02-02 Michael OrlitzkySwitch Linear.Vector to the numeric prelude and add...
2013-07-21 Michael OrlitzkyFix a bunch of hlint warnings.
2013-06-08 Michael OrlitzkyUpdate numeric-prelude and fixed-vector.
2013-02-24 Michael OrlitzkyReplace the whole Matrix implementation with something...
2013-02-24 Michael OrlitzkyAdd Vec1, Vec4, Vec5 aliases.
2013-02-24 Michael OrlitzkyAdd the delete function to Vector.hs.
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.