Package org.apache.commons.math3.ode.nonstiff
package org.apache.commons.math3.ode.nonstiff
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
ClassDescriptionAdamsBashforthFieldIntegrator<T extends RealFieldElement<T>>This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.AdamsFieldIntegrator<T extends RealFieldElement<T>>Base class for
Adams-Bashforth
andAdams-Moulton
integrators.AdamsFieldStepInterpolator<T extends RealFieldElement<T>>This class implements an interpolator for Adams integrators using Nordsieck representation.Base class forAdams-Bashforth
andAdams-Moulton
integrators.AdamsMoultonFieldIntegrator<T extends RealFieldElement<T>>This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.AdamsNordsieckFieldTransformer<T extends RealFieldElement<T>>Transformer to Nordsieck vectors for Adams integrators.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.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.This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).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.This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.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.This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.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.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.This class implements a simple Euler integrator for Ordinary Differential Equations.This class implements a linear interpolator for step.FieldButcherArrayProvider<T extends RealFieldElement<T>>This interface represents an integrator based on Butcher arrays.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.This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.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.This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.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.This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.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.This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.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.This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.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.This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.