]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/FixedVector.hs
Replace the custom 'Vector' typeclass with 'Normed' everywhere.
[numerical-analysis.git] / src / FixedVector.hs
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2013-02-03 Michael OrlitzkyAdd cleaner Show instance for Vn.
2013-02-03 Michael OrlitzkyBegin implementation of normed, fixed-length vectors.