public static interface OdeAdamsGear.Function
OdeAdamsGear object.| Modifier and Type | Method and Description |
|---|---|
double[] |
f(double t,
double[] y)
Computes the value of the function
|
double[] f(double t,
double[] y)
t - a double, the point at which the function is to
be evaluated. (Input)y - a double array which contains the dependent variable
values. (Input)double array of length y.length which contains the value of the
function ![]()
Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.