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

Packages that use org.apache.commons.math.ode.jacobians
org.apache.commons.math.ode.jacobians This package provides classes to solve Ordinary Differential Equations problems and also compute derivatives of the solution. 
 

Classes in org.apache.commons.math.ode.jacobians used by org.apache.commons.math.ode.jacobians
EventHandlerWithJacobians
          This interface represents a handler for discrete events triggered during ODE integration.
ODEWithJacobians
          This interface represents first order differential equations with parameters and partial derivatives.
ParameterizedODE
          This interface represents first order differential equations with parameters.
StepHandlerWithJacobians
          This interface represents a handler that should be called after each successful step.
StepInterpolatorWithJacobians
          This interface represents an interpolator over the last step during an ODE integration.
 



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