Package org.apache.commons.math3.ode.nonstiff
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Interface Summary Interface Description FieldButcherArrayProvider<T extends RealFieldElement<T>> This interface represents an integrator based on Butcher arrays. -
Class Summary Class Description AdamsBashforthFieldIntegrator<T extends RealFieldElement<T>> This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.AdamsBashforthIntegrator This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.AdamsFieldIntegrator<T extends RealFieldElement<T>> Base class forAdams-Bashforth
andAdams-Moulton
integrators.AdamsFieldStepInterpolator<T extends RealFieldElement<T>> This class implements an interpolator for Adams integrators using Nordsieck representation.AdamsIntegrator Base class forAdams-Bashforth
andAdams-Moulton
integrators.AdamsMoultonFieldIntegrator<T extends RealFieldElement<T>> This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.AdamsMoultonIntegrator This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.AdamsNordsieckFieldTransformer<T extends RealFieldElement<T>> Transformer to Nordsieck vectors for Adams integrators.AdamsNordsieckTransformer Transformer to Nordsieck vectors for Adams integrators.AdaptiveStepsizeFieldIntegrator<T extends RealFieldElement<T>> This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.AdaptiveStepsizeIntegrator This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.ClassicalRungeKuttaFieldIntegrator<T extends RealFieldElement<T>> This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).ClassicalRungeKuttaFieldStepInterpolator<T extends RealFieldElement<T>> This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.ClassicalRungeKuttaIntegrator This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).ClassicalRungeKuttaStepInterpolator This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.DormandPrince54FieldIntegrator<T extends RealFieldElement<T>> This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.DormandPrince54FieldStepInterpolator<T extends RealFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.DormandPrince54Integrator This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.DormandPrince54StepInterpolator This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.DormandPrince853FieldIntegrator<T extends RealFieldElement<T>> This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.DormandPrince853FieldStepInterpolator<T extends RealFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.DormandPrince853Integrator This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.DormandPrince853StepInterpolator This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.EmbeddedRungeKuttaFieldIntegrator<T extends RealFieldElement<T>> This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.EmbeddedRungeKuttaIntegrator This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.EulerFieldIntegrator<T extends RealFieldElement<T>> This class implements a simple Euler integrator for Ordinary Differential Equations.EulerFieldStepInterpolator<T extends RealFieldElement<T>> This class implements a linear interpolator for step.EulerIntegrator This class implements a simple Euler integrator for Ordinary Differential Equations.EulerStepInterpolator This class implements a linear interpolator for step.GillFieldIntegrator<T extends RealFieldElement<T>> This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .GillFieldStepInterpolator<T extends RealFieldElement<T>> This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.GillIntegrator This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .GillStepInterpolator This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.GraggBulirschStoerIntegrator This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.GraggBulirschStoerStepInterpolator This class implements an interpolator for the Gragg-Bulirsch-Stoer integrator.HighamHall54FieldIntegrator<T extends RealFieldElement<T>> This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.HighamHall54FieldStepInterpolator<T extends RealFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.HighamHall54Integrator This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.HighamHall54StepInterpolator This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.LutherFieldIntegrator<T extends RealFieldElement<T>> This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.LutherFieldStepInterpolator<T extends RealFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.LutherIntegrator This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.LutherStepInterpolator This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.MidpointFieldIntegrator<T extends RealFieldElement<T>> This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.MidpointFieldStepInterpolator<T extends RealFieldElement<T>> This class implements a step interpolator for second order Runge-Kutta integrator.MidpointIntegrator This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.MidpointStepInterpolator This class implements a step interpolator for second order Runge-Kutta integrator.RungeKuttaFieldIntegrator<T extends RealFieldElement<T>> This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.RungeKuttaFieldStepInterpolator<T extends RealFieldElement<T>> This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.RungeKuttaIntegrator This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.RungeKuttaStepInterpolator This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.ThreeEighthesFieldIntegrator<T extends RealFieldElement<T>> This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.ThreeEighthesFieldStepInterpolator<T extends RealFieldElement<T>> This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.ThreeEighthesIntegrator This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.ThreeEighthesStepInterpolator This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.