Uses of Package
org.apache.commons.math3.ode
Packages that use org.apache.commons.math3.ode
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.odeClassDescriptionBase class managing common boilerplate for all integrators.Base class managing common boilerplate for all integrators.This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.Class mapping the part of a complete state or derivative that pertains to a specific differential equation.This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary equations.Class mapping the part of a complete state or derivative that pertains to a set of differential equations.This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary equations.Container for time, main and secondary state vectors.Container for time, main and secondary state vectors as well as their derivatives.This interface allows users to add secondary differential equations to a primary set of differential equations.This interface represents a first order differential equations set.This interface represents a first order differential equations set.This interface represents a first order integrator for differential equations.This interface represents a first order integrator for differential equations.Special exception for equations mismatch.Interface expanding
first order differential equations
in order to compute exactly the main state jacobian matrix forpartial derivatives equations
.This interface defines the common parts shared by integrators for first and second order differential equations.This interface enables to process any parameterizable object.Interface to compute by finite difference Jacobian matrix for some parameter when computingpartial derivatives equations
.Interface to compute exactly Jacobian matrix for some parameter when computingpartial derivatives equations
.This interface allows users to add secondary differential equations to a primary set of differential equations.This interface represents a second order differential equations set.Exception to be thrown when a parameter is unknown. -
Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.ode.eventsClassDescriptionThis class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary equations.Container for time, main and secondary state vectors.Container for time, main and secondary state vectors as well as their derivatives.
-
Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.ode.nonstiffClassDescriptionBase class managing common boilerplate for all integrators.Base class managing common boilerplate for all integrators.This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary equations.Class mapping the part of a complete state or derivative that pertains to a set of differential equations.This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary equations.Container for time, main and secondary state vectors.Container for time, main and secondary state vectors as well as their derivatives.This interface represents a first order differential equations set.This interface represents a first order differential equations set.This interface represents a first order integrator for differential equations.This interface represents a first order integrator for differential equations.This class is the base class for multistep integrators for Ordinary Differential Equations.This class is the base class for multistep integrators for Ordinary Differential Equations.This interface defines the common parts shared by integrators for first and second order differential equations.
-
Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.ode.samplingClassDescriptionClass mapping the part of a complete state or derivative that pertains to a specific differential equation.Class mapping the part of a complete state or derivative that pertains to a set of differential equations.Container for time, main and secondary state vectors as well as their derivatives.