|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for the DifferentialEquation.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Method Summary | |
double[] |
dy(double x,
double[] y)
returns dy as a function of x,y |
void |
initialize(double x,
double[] y)
initializes the differential equation |
double[] |
y(double x)
returns y as a function of x |
| Method Detail |
public void initialize(double x,
double[] y)
x - the x-valuey - the y-valuepublic double[] y(double x)
x - the x-value
public double[] dy(double x,
double[] y)
x - the x-valuey - the y-value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||