]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Normed.hs
Clean up imports everywhere.
[numerical-analysis.git] / src / Normed.hs
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2014-02-02 Michael OrlitzkyAdd a Normed instance for (Vec n a).
2014-02-02 Michael OrlitzkyRemove old comment from Normed.
2013-02-21 Michael OrlitzkyFix compiler warnings and doctests.
2013-02-21 Michael OrlitzkyRemove assumptions on the Normed class.
2013-02-20 Michael OrlitzkyRename Aliases.hs to BigFloat.hs, now containing numeri...
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.