]> gitweb.michael.orlitzky.com - numerical-analysis.git/shortlog
numerical-analysis.git
2012-10-14 Michael OrlitzkyChange the type signature of fixed_point to work on...
2012-10-14 Michael OrlitzkyBump the doctest dependency.
2012-10-14 Michael OrlitzkyAdd a Vector class and make TwoTuple (and several base...
2012-10-14 Michael OrlitzkyBegin work on a simple 2-tuple type.
2012-10-12 Michael OrlitzkyMake numbers == 3000.1.* required.
2012-10-12 Michael OrlitzkyMove the .ghci file to the top-level directory.
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 a .ghci file.
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.
2012-09-09 Michael OrlitzkyAdd the numerical-analysis Haskell library.