public static interface MinUnconMultiVar.Hessian extends MinUnconMultiVar.Gradient
MinUnconMultiVar object.| Modifier and Type | Method and Description |
|---|---|
void |
hessian(double[] x,
double[][] hess)
Public interface for the Hessian of the multivariate function
to be minimized.
|
gradientfvoid hessian(double[] x,
double[][] hess)
x - a double array, the point at which the
Hessian of the function is to be evaluatedhess - a double matrix, the value of the Hessian
of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.