|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface OdeAdamsGear.Function
Public interface for user supplied function to OdeAdamsGear object.
| Method Summary | |
|---|---|
double[] |
f(double t,
double[] y)
Computes the value of the function |
| Method Detail |
|---|
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 ![]()
|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||