]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/FixedVector.hs
Clean up imports in FixedVector.hs.
[numerical-analysis.git] / src / FixedVector.hs
2013-02-05 Michael OrlitzkyClean up imports in FixedVector.hs.
2013-02-05 Michael OrlitzkyRemove reimplemented vector functions from FixedVector.hs.
2013-02-04 Michael OrlitzkyAdd a Vector instance for Vn.
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.