Class AbstractStepInterpolator

java.lang.Object
org.apache.commons.math3.ode.sampling.AbstractStepInterpolator
All Implemented Interfaces:
Externalizable, Serializable, StepInterpolator
Direct Known Subclasses:
NordsieckStepInterpolator

public abstract class AbstractStepInterpolator extends Object implements StepInterpolator
This abstract class represents an interpolator over the last step during an ODE integration.

The various ODE integrators provide objects extending this class to the step handlers. The handlers can use these objects to retrieve the state vector at intermediate times between the previous and the current grid points (dense output).

Since:
1.2
See Also: