|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DifferentialEquationInterface
An interface for the DifferentialEquation.
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , 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 |
---|
void initialize(double x, double[] y)
x
- the x-valuey
- the y-valuedouble[] y(double x)
x
- the x-value
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 |