Uses of Class
org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegrator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of EmbeddedRungeKuttaFieldIntegrator in org.hipparchus.ode.nonstiff
Modifier and TypeClassDescriptionclass
DormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.class
DormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.class
HighamHall54FieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.