|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
double[] |
dydx(double at,
double[] values)
An interface expected by RungeKutta4 for evaluating
a set of derivatives dy[i]/dx at the values y[i] and x. |
Method Detail |
public double[] dydx(double at, double[] values)
RungeKutta4
for evaluating
a set of derivatives dy[i]/dx at the values y[i] and x.
at
- the x-valuevalues
- the y-values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |