]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Roots/Simple.hs
src/Roots/Simple.hs: fix monomorphism restriction warning.
[numerical-analysis.git] / src / Roots / Simple.hs
2018-12-07 Michael Orlitzkysrc/Roots/Simple.hs: fix monomorphism restriction warning.
2014-02-06 Michael OrlitzkyFix some docs in Roots.Simple.
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-18 Michael OrlitzkyUse the 2-norm instead of the infty-norm for the fixed...
2012-10-17 Michael OrlitzkyAdd an iteration count to the fixed_point function...
2012-10-14 Michael OrlitzkyChange the type signature of fixed_point to work on...
2012-10-12 Michael OrlitzkyMake numbers == 3000.1.* required.
2012-10-12 Michael OrlitzkyRemove an unused variable.
2012-09-27 Michael OrlitzkyAdd the fixed point method to Roots.Simple.
2012-09-25 Michael OrlitzkyAdd Newton's method tests.
2012-09-24 Michael OrlitzkyAdd the secant method to Roots.Simple.
2012-09-18 Michael OrlitzkyAdd Newton's method.
2012-09-11 Michael OrlitzkySplit Roots into Roots.Simple and Roots.Fast.