#include <RK4OneStepTempl.h>
Public Types | |
typedef T | Scalar |
typedef RKSmallVector< T, N > | Vector |
Public Member Functions | |
Vector | operator() (Scalar startPar, const Vector &startState, const RKDerivative< T, N > &deriv, Scalar step) const |
Definition at line 9 of file RK4OneStepTempl.h.
typedef T RK4OneStepTempl< T, N >::Scalar |
Definition at line 12 of file RK4OneStepTempl.h.
typedef RKSmallVector<T,N> RK4OneStepTempl< T, N >::Vector |
Definition at line 13 of file RK4OneStepTempl.h.
|
inline |