Package jline.lib.ode
Interface OdeFunction
public interface OdeFunction
Functional interface for the ODE right-hand side: dy/dt = f(t, y).
The function writes derivatives into the yp array.
-
Method Summary
-
Method Details
-
evaluate
void evaluate(double t, double[] y, double[] yp)
-