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

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

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

Methods in org.apache.commons.math.ode.jacobians that return StepInterpolatorWithJacobians
 StepInterpolatorWithJacobians StepInterpolatorWithJacobians.copy()
          Copy the instance.
 

Methods in org.apache.commons.math.ode.jacobians with parameters of type StepInterpolatorWithJacobians
 void StepHandlerWithJacobians.handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast)
          Handle the last accepted step
 



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