Uses of Package
org.hipparchus.ode.nonstiff.interpolators
-
Packages that use org.hipparchus.ode.nonstiff.interpolators Package Description org.hipparchus.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems.org.hipparchus.ode.nonstiff.interpolators This package provides classes implementing interpolators for dense outputs of ODE integrators. -
Classes in org.hipparchus.ode.nonstiff.interpolators used by org.hipparchus.ode.nonstiff Class Description AdamsFieldStateInterpolator This class implements an interpolator for Adams integrators using Nordsieck representation.AdamsStateInterpolator This class implements an interpolator for integrators using Nordsieck representation.ClassicalRungeKuttaFieldStateInterpolator 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 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 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 This class implements a linear interpolator for step.EulerStateInterpolator This class implements a linear interpolator for step.GillFieldStateInterpolator 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.HighamHall54FieldStateInterpolator 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 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 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 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 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. -
Classes in org.hipparchus.ode.nonstiff.interpolators used by org.hipparchus.ode.nonstiff.interpolators Class Description AdamsFieldStateInterpolator This class implements an interpolator for Adams integrators using Nordsieck representation.AdamsStateInterpolator This class implements an interpolator for integrators using Nordsieck representation.ClassicalRungeKuttaFieldStateInterpolator 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 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 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 This class implements a linear interpolator for step.EulerStateInterpolator This class implements a linear interpolator for step.GillFieldStateInterpolator 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 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 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 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 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 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.