Package org.hipparchus.ode.nonstiff
package org.hipparchus.ode.nonstiff
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
ClassDescriptionAdamsBashforthFieldIntegrator<T extends CalculusFieldElement<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 CalculusFieldElement<T>>Base class for
Adams-Bashforth
andAdams-Moulton
integrators.Base class forAdams-Bashforth
andAdams-Moulton
integrators.AdamsMoultonFieldIntegrator<T extends CalculusFieldElement<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 CalculusFieldElement<T>>Transformer to Nordsieck vectors for Adams integrators.Transformer to Nordsieck vectors for Adams integrators.AdaptiveStepsizeFieldIntegrator<T extends CalculusFieldElement<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.This interface represents an integrator based on Butcher arrays.ClassicalRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>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 the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).DormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.DormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.EmbeddedRungeKuttaFieldIntegrator<T extends CalculusFieldElement<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 CalculusFieldElement<T>>This class implements a simple Euler integrator for Ordinary Differential Equations.This class implements a simple Euler integrator for Ordinary Differential Equations.This interface implements the part of Runge-Kutta integrators for Ordinary Differential Equations common to fixed- and adaptive steps.FieldButcherArrayProvider<T extends CalculusFieldElement<T>>This interface represents an integrator based on Butcher arrays.FieldExplicitRungeKuttaIntegrator<T extends CalculusFieldElement<T>>This interface implements the part of Runge-Kutta Field integrators for Ordinary Differential Equations common to fixed- and adaptive steps.GillFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.HighamHall54FieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.LutherFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.MidpointFieldIntegrator<T extends CalculusFieldElement<T>>This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.RungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Helper for adaptive stepsize control.ThreeEighthesFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.