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