public static interface OdeRungeKutta.Function
OdeRungeKutta object.| Modifier and Type | Method and Description |
|---|---|
void |
f(double t,
double[] y,
double[] yprime)
Returns the value of the function at the given point.
|
void f(double t,
double[] y,
double[] yprime)
t - a double, the point at which the function is to
be evaluatedy - a double array which contains the dependent variable
valuesyprime - a double array which contains the value of the
function at (t,y)Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.