Package org.hipparchus.ode.nonstiff.interpolators
This package provides classes implementing interpolators for dense outputs of ODE integrators.
-
Class Summary Class Description AdamsFieldStateInterpolator<T extends CalculusFieldElement<T>> This class implements an interpolator for Adams integrators using Nordsieck representation.AdamsStateInterpolator This class implements an interpolator for integrators using Nordsieck representation.ClassicalRungeKuttaFieldStateInterpolator<T extends CalculusFieldElement<T>> This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.ClassicalRungeKuttaStateInterpolator This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.DormandPrince54FieldStateInterpolator<T extends CalculusFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.DormandPrince54StateInterpolator This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.DormandPrince853FieldStateInterpolator<T extends CalculusFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.DormandPrince853StateInterpolator This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.EulerFieldStateInterpolator<T extends CalculusFieldElement<T>> This class implements a linear interpolator for step.EulerStateInterpolator This class implements a linear interpolator for step.GillFieldStateInterpolator<T extends CalculusFieldElement<T>> This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.GillStateInterpolator This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.GraggBulirschStoerStateInterpolator This class implements an interpolator for the Gragg-Bulirsch-Stoer integrator.HighamHall54FieldStateInterpolator<T extends CalculusFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.HighamHall54StateInterpolator This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.LutherFieldStateInterpolator<T extends CalculusFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.LutherStateInterpolator This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.MidpointFieldStateInterpolator<T extends CalculusFieldElement<T>> This class implements a step interpolator for second order Runge-Kutta integrator.MidpointStateInterpolator This class implements a step interpolator for second order Runge-Kutta integrator.RungeKuttaFieldStateInterpolator<T extends CalculusFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.RungeKuttaStateInterpolator This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.ThreeEighthesFieldStateInterpolator<T extends CalculusFieldElement<T>> This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.ThreeEighthesStateInterpolator This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.