public interface DerivativeFunction
Modifier and Type | Method and Description |
---|---|
int |
dimension()
Gets the dimension of y.
|
Vector |
evaluate(double x,
Vector y)
Computes the derivative at the given point, x.
|
Copyright © 2010-2017 Numerical Method Incorporation Limited. All Rights Reserved.