]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/ODE
Add a simple unsafe matrix class to test the Cholesky algorithm.
[numerical-analysis.git] / src / ODE /
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.