Uses of Class
org.apache.commons.math.ode.ThreeEighthesStepInterpolator

Packages that use ThreeEighthesStepInterpolator
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
 

Uses of ThreeEighthesStepInterpolator in org.apache.commons.math.ode
 

Constructors in org.apache.commons.math.ode with parameters of type ThreeEighthesStepInterpolator
ThreeEighthesStepInterpolator(ThreeEighthesStepInterpolator interpolator)
          Copy constructor.