public interface DifferentialEquationInterface
(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.
Modifier and Type | Method and Description |
---|---|
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
|
void initialize(double x, double[] y)
x
- the x-valuey
- the y-valuedouble[] y(double x)
x
- the x-valuedouble[] dy(double x, double[] y)
x
- the x-valuey
- the y-valueCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.