Interface DerivativeFunction
-
public interface DerivativeFunction
Defines the derivative function F(x, y) for ODE problems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
dimension()
Gets the dimension of y.Vector
evaluate(double x, Vector y)
Computes the derivative at the given point, x.
-