Documentation of 'org.apache.commons.math3.ode.sampling.AbstractStepInterpolator' Java class
AbstractStepInterpolator
org.apache.commons.math3.ode.sampling

Class AbstractStepInterpolator

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, StepInterpolator
    Direct Known Subclasses:
    NordsieckStepInterpolator


    public abstract class AbstractStepInterpolator
    extends java.lang.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:
    FirstOrderIntegrator, SecondOrderIntegrator, StepHandler, Serialized Form

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.