1 #ifndef RK4PreciseStep_H
2 #define RK4PreciseStep_H
14 double step,
double eps)
const;
18 std::pair<CartesianState, double>
double distance(const CartesianState &a, const CartesianState &b) const
CartesianState operator()(const CartesianState &start, const RKCartesianDerivative &deriv, double step, double eps) const
std::pair< CartesianState, double > stepWithAccuracy(const CartesianState &start, const RKCartesianDerivative &deriv, double step) const