]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/Vector.hs
Add the delete function to Vector.hs.
[numerical-analysis.git] / src / Linear / Vector.hs
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.