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.
|
Class and 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 integration
|
ODEIntegrator
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.
|
Class and 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
|
Class and 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
|
Class and 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 integration
|
MultistepIntegrator
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.
|
Class and Description |
---|
DerivativeException
This exception is made available to users to report
the error conditions that are triggered while computing
the differential equations.
|
Copyright © 2003–2015. All rights reserved.