Class LutherFieldStepInterpolator<T extends RealFieldElement<T>>

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

class LutherFieldStepInterpolator<T extends RealFieldElement<T>> extends RungeKuttaFieldStepInterpolator<T>
This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.

This interpolator computes dense output inside the last step computed. The interpolation equation is consistent with the integration scheme.

Since:
3.6
See Also: