Uses of Class
org.apache.commons.math3.ode.sampling.AbstractStepInterpolator
Packages that use AbstractStepInterpolator
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of AbstractStepInterpolator in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode with parameters of type AbstractStepInterpolatorModifier and TypeMethodDescriptionprotected double
AbstractIntegrator.acceptStep
(AbstractStepInterpolator interpolator, double[] y, double[] yDot, double tEnd) Accept a step, triggering events and step handlers. -
Uses of AbstractStepInterpolator in org.apache.commons.math3.ode.nonstiff
Subclasses of AbstractStepInterpolator in org.apache.commons.math3.ode.nonstiffModifier and TypeClassDescription(package private) class
This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.(package private) class
This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.(package private) class
This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.(package private) class
This class implements a linear interpolator for step.(package private) class
This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.(package private) class
This class implements an interpolator for the Gragg-Bulirsch-Stoer integrator.(package private) class
This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.(package private) class
This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.(package private) class
This class implements a step interpolator for second order Runge-Kutta integrator.(package private) class
This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.(package private) class
This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator. -
Uses of AbstractStepInterpolator in org.apache.commons.math3.ode.sampling
Subclasses of AbstractStepInterpolator in org.apache.commons.math3.ode.samplingModifier and TypeClassDescriptionclass
This class implements an interpolator for integrators using Nordsieck representation.Constructors in org.apache.commons.math3.ode.sampling with parameters of type AbstractStepInterpolatorModifierConstructorDescriptionprotected
AbstractStepInterpolator
(AbstractStepInterpolator interpolator) Copy constructor.