public interface DifferentiableMultivariateFunction extends MultivariateFunction
| Modifier and Type | Method and Description |
|---|---|
double |
f(double[] x,
double[] gradient)
Compute the value and gradient of the function at x.
|
fCopyright © 2015. All rights reserved.