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 © 2020 Rogue Wave Software. All rights reserved.