com.imsl.math
Interface OdeRungeKutta.Function
- Enclosing class:
- OdeRungeKutta
public static interface OdeRungeKutta.Function
Public interface for user supplied function to OdeRungeKutta
object.
Method Summary |
void |
f(double t,
double[] y,
double[] yprime)
Returns the value of the function at the given point. |
f
void f(double t,
double[] y,
double[] yprime)
- Returns the value of the function at the given point.
- Parameters:
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-2010 Visual Numerics, Inc.
Built July 30 2010.