Package jline.lib.ode
Interface OdeFunction
-
- All Implemented Interfaces:
public interface OdeFunctionFunctional interface for the ODE right-hand side: dy/dt = f(t, y). The function writes derivatives into the yp array.
-
-
Method Summary
Modifier and Type Method Description abstract Unitevaluate(Double t, DoubleArray y, DoubleArray yp)-
-
Method Detail
-
evaluate
abstract Unit evaluate(Double t, DoubleArray y, DoubleArray yp)
-
-
-
-