]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/FixedVector.hs
Add 2d/3d wrapper types for easy pattern matching.
[numerical-analysis.git] / src / FixedVector.hs
2013-02-03 Michael OrlitzkyAdd 2d/3d wrapper types for easy pattern matching.
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.