]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/ODE/IVP.hs
src/ODE/IVP.hs: fix monomorphism restriction warning.
[numerical-analysis.git] / src / ODE / IVP.hs
2018-12-07 Michael Orlitzkysrc/ODE/IVP.hs: fix monomorphism restriction warning.
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2013-02-21 Michael OrlitzkyFix compiler warnings and doctests.
2013-02-20 Michael OrlitzkyUse RealField/RealRing where possible instead of their...
2013-02-05 Michael OrlitzkyReplace (fromRational . toRational) with realToFrac...
2013-02-03 Michael OrlitzkyFix two compiler warnings.
2012-12-09 Michael OrlitzkyFix an off-by-one error in Euler's method.
2012-12-09 Michael OrlitzkyAdd an implementation of Euler's method that takes...
2012-12-06 Michael OrlitzkyAdd the ODE.IVP module with Euler's method.