]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Normed.hs
Add numeric-prelude to the deps.
[numerical-analysis.git] / src / Normed.hs
2013-02-05 Michael OrlitzkyReplace (fromRational . toRational) with realToFrac...
2013-02-05 Michael OrlitzkyAdd a Normed instance for Float.
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2013-02-03 Michael OrlitzkyBegin implementation of normed, fixed-length vectors.