Class NordsieckStepInterpolator

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

This class implements an interpolator for integrators using Nordsieck representation.

This interpolator computes dense output around the current point. The interpolation equation is based on Taylor series formulas.

Since:
2.0
See Also: