Classes | Namespaces
OdeSolverRungeKutta4.h File Reference
#include <array>
#include "SurgSim/Math/OdeSolver.h"

Go to the source code of this file.

Classes

class  SurgSim::Math::OdeSolverRungeKutta4
 Runge Kutta 4 ode solver (See http://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods) solves the following \(2^{nd}\) order ode \(M(x(t), v(t)).a(t) = f(t, x(t), v(t))\). More...
 
struct  SurgSim::Math::OdeSolverRungeKutta4::RungeKuttaDerivedState
 Internal structure to hold the 4 temporary evaluations. More...
 

Namespaces

 SurgSim
 
 SurgSim::Math