Uses of Interface
integrator.Equation

Packages that use Equation
integrator   
spring   
 

Uses of Equation in integrator
 

Fields in integrator declared as Equation
private  Equation RungeKutta.eq
           
 

Methods in integrator that return Equation
 Equation RungeKutta.getEq()
           
 

Constructors in integrator with parameters of type Equation
RungeKutta(Equation eq, double eps, double[] ystart, double xstart, double hmin)
          Constructs the integrator.
 

Uses of Equation in spring
 

Classes in spring that implement Equation
 class SpringEquation
          Spring equation with two monotonic functions in place of damping and stiffness.