Uses of Package
org.apache.commons.math.ode

Packages that use org.apache.commons.math.ode
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.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
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.
 

Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode.events
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.nonstiff
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.
 

Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode.sampling
DerivativeException
          This exception is made available to users to report the error conditions that are triggered while computing the differential equations.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.