]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Vector.hs
Bump to fixed-vector-0.2.*.
[numerical-analysis.git] / src / Vector.hs
2013-02-11 Michael OrlitzkyBump to fixed-vector-0.2.*.
2013-02-05 Michael OrlitzkyReplace (fromRational . toRational) with realToFrac...
2013-02-05 Michael OrlitzkyAdd a 2D fixed-point doctest (example) to Vector.hs.
2013-02-05 Michael OrlitzkyRemove non-fixed Matrix module.
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2012-10-17 Michael OrlitzkyRename "norm" to "norm_2" in the Vector class.
2012-10-17 Michael OrlitzkyRequire Vector instances to be instances of Num as...
2012-10-14 Michael OrlitzkyAdd a Vector class and make TwoTuple (and several base...