public interface Ode
Modifier and Type | Method and Description |
---|---|
List<Double> |
computeDerivatives(double t,
List<Double> y)
Get the current time derivative of the state vector.
|
List<Double> |
getInitialValues()
Get the initial values of each dependent variable.
|
List<Double> computeDerivatives(double t, List<Double> y)
t
- current value of the independent time variable.y
- array[list] containing the current value of the state vector.Copyright © 2015 University of Glasgow. All rights reserved.