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