Uses of Interface
org.apache.commons.math.ode.jacobians.ODEWithJacobians

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

Uses of ODEWithJacobians in org.apache.commons.math.ode.jacobians
 

Constructors in org.apache.commons.math.ode.jacobians with parameters of type ODEWithJacobians
FirstOrderIntegratorWithJacobians(FirstOrderIntegrator integrator, ODEWithJacobians ode)
          Deprecated. Build an enhanced integrator using ODE builtin jacobian computation features.
 



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