Class DormandPrince853FieldStateInterpolator<T extends CalculusFieldElement<T>>

Type Parameters:
T - the type of the field elements
All Implemented Interfaces:
FieldODEStateInterpolator<T>

public class DormandPrince853FieldStateInterpolator<T extends CalculusFieldElement<T>> extends RungeKuttaFieldStateInterpolator<T>
This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.
See Also: