Package org.hipparchus.ode.nonstiff.interpolators
package org.hipparchus.ode.nonstiff.interpolators
This package provides classes implementing interpolators for dense outputs of ODE integrators.
-
ClassesClassDescriptionAdamsFieldStateInterpolator<T extends CalculusFieldElement<T>>This class implements an interpolator for Adams integrators using Nordsieck representation.This class implements an interpolator for integrators using Nordsieck representation.This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.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.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.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.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.This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.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.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.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.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.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.This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.