|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |