Uses of Package
org.apache.commons.math.ode
-
Packages that use org.apache.commons.math.ode Package Description org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems.org.apache.commons.math.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration.org.apache.commons.math.ode.jacobians This package was intended to solve Ordinary Differential Equations problems and also compute derivatives of the solution.org.apache.commons.math.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems.org.apache.commons.math.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. -
Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode Class Description AbstractIntegrator Base class managing common boilerplate for all integrators.ContinuousOutputModel This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.DerivativeException This exception is made available to users to report the error conditions that are triggered while computing the differential equations.FirstOrderDifferentialEquations This interface represents a first order differential equations set.FirstOrderIntegrator This interface represents a first order integrator for differential equations.IntegratorException This exception is made available to users to report the error conditions that are triggered during integrationODEIntegrator This interface defines the common parts shared by integrators for first and second order differential equations.SecondOrderDifferentialEquations This interface represents a second order differential equations set. -
Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode.events Class Description DerivativeException This exception is made available to users to report the error conditions that are triggered while computing the differential equations.IntegratorException This exception is made available to users to report the error conditions that are triggered during integration -
Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode.jacobians Class Description DerivativeException This exception is made available to users to report the error conditions that are triggered while computing the differential equations.FirstOrderDifferentialEquations This interface represents a first order differential equations set.FirstOrderIntegrator This interface represents a first order integrator for differential equations.IntegratorException This exception is made available to users to report the error conditions that are triggered during integration -
Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode.nonstiff Class Description AbstractIntegrator Base class managing common boilerplate for all integrators.DerivativeException This exception is made available to users to report the error conditions that are triggered while computing the differential equations.FirstOrderDifferentialEquations This interface represents a first order differential equations set.FirstOrderIntegrator This interface represents a first order integrator for differential equations.IntegratorException This exception is made available to users to report the error conditions that are triggered during integrationMultistepIntegrator This class is the base class for multistep integrators for Ordinary Differential Equations.ODEIntegrator This interface defines the common parts shared by integrators for first and second order differential equations. -
Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode.sampling Class Description DerivativeException This exception is made available to users to report the error conditions that are triggered while computing the differential equations.