Uses of Class
org.apache.commons.math3.ode.AbstractIntegrator
Packages that use AbstractIntegrator
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of AbstractIntegrator in org.apache.commons.math3.ode
Subclasses of AbstractIntegrator in org.apache.commons.math3.odeModifier and TypeClassDescriptionclass
This class is the base class for multistep integrators for Ordinary Differential Equations. -
Uses of AbstractIntegrator in org.apache.commons.math3.ode.nonstiff
Subclasses of AbstractIntegrator in org.apache.commons.math3.ode.nonstiffModifier and TypeClassDescriptionclass
This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.class
Base class forAdams-Bashforth
andAdams-Moulton
integrators.class
This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.class
This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.class
This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).class
This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.class
This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.class
This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.class
This class implements a simple Euler integrator for Ordinary Differential Equations.class
This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .class
This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.class
This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.class
This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.class
This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.class
This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.class
This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Fields in org.apache.commons.math3.ode.nonstiff declared as AbstractIntegratorModifier and TypeFieldDescriptionprotected AbstractIntegrator
RungeKuttaStepInterpolator.integrator
Reference to the integrator.Methods in org.apache.commons.math3.ode.nonstiff with parameters of type AbstractIntegratorModifier and TypeMethodDescriptionvoid
DormandPrince54StepInterpolator.reinitialize
(AbstractIntegrator integrator, double[] y, double[][] yDotK, boolean forward, EquationsMapper primaryMapper, EquationsMapper[] secondaryMappers) Reinitialize the instancevoid
DormandPrince853StepInterpolator.reinitialize
(AbstractIntegrator integrator, double[] y, double[][] yDotK, boolean forward, EquationsMapper primaryMapper, EquationsMapper[] secondaryMappers) Reinitialize the instancevoid
RungeKuttaStepInterpolator.reinitialize
(AbstractIntegrator rkIntegrator, double[] y, double[][] yDotArray, boolean forward, EquationsMapper primaryMapper, EquationsMapper[] secondaryMappers) Reinitialize the instance