]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/FixedVector.hs
Encode the vector type in Vn.
[numerical-analysis.git] / src / FixedVector.hs
2013-02-04 Michael OrlitzkyEncode the vector type in Vn.
2013-02-04 Michael OrlitzkyAdd toList and fromList functions in 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.