SciML / ODE.jl

Assorted basic Ordinary Differential Equation solvers for scientific machine learning (SciML). Deprecated: Use DifferentialEquations.jl instead.
Other
105 stars 49 forks source link

fix ode_ms for order >= 5, add test, change dependency to Polynomials #51

Closed yuyichao closed 9 years ago

yuyichao commented 9 years ago

For #50

Tests done:

  1. The test for order 5 passes
  2. The calculated coefficients for order 5 is the same with the one found on Wiki.
coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 96ce042ef05abfba25e60bc715c3457147a5be36 on yuyichao:master into \ on JuliaLang:master**.

yuyichao commented 9 years ago

Glad to see it also increase the test coverage. LOL...

tomasaschan commented 9 years ago

Thanks for the contribution! =D Except for the minor nitpick I added a line comment for, this looks really good.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling b57168cb291ce163e0ae4a5ae7093d0fb30d0276 on yuyichao:master into \ on JuliaLang:master**.

tomasaschan commented 9 years ago

Great, thanks a lot! :smile: