philsupertramp/game-math
|
This is the complete list of members for ODESolver, including all inherited members.
ode45(const ODE &fun, const std::vector< double > &tInterval, const Matrix< double > &y0, const ODEOption &option) | ODESolver | inlinestatic |
odeBDF2(const ODE &fun, const std::vector< double > &tInterval, const Matrix< double > &y0, const ODEOption &option) | ODESolver | inlinestatic |
odeExpEuler(const ODE &fun, const std::vector< double > &tInterval, const Matrix< double > &y0, const ODEOption &option) | ODESolver | inlinestatic |
odeTrapez(const ODE &fun, const std::vector< double > &tInterval, const Matrix< double > &y0, const ODEOption &option) | ODESolver | inlinestatic |