]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Roots/Fast.hs
Replace the custom 'Vector' typeclass with 'Normed' everywhere.
[numerical-analysis.git] / src / Roots / Fast.hs
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.