]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Roots/Fast.hs
Clean up imports everywhere.
[numerical-analysis.git] / src / Roots / Fast.hs
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2013-07-21 Michael OrlitzkyFix a bunch of hlint warnings.
2013-06-08 Michael OrlitzkyUpdate numeric-prelude and fixed-vector.
2013-02-21 Michael OrlitzkyFix compiler warnings and doctests.
2013-02-21 Michael OrlitzkyRemove assumptions on the Normed class.
2013-02-20 Michael OrlitzkyUse RealField/RealRing where possible instead of their...
2013-02-20 Michael OrlitzkyRename Aliases.hs to BigFloat.hs, now containing numeri...
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2012-10-17 Michael OrlitzkyFix a "norm" in Roots.Fast.
2012-10-17 Michael OrlitzkyAdd an iteration count to the fixed_point function...
2012-09-11 Michael OrlitzkySplit Roots into Roots.Simple and Roots.Fast.