Type NumericalHessian
Namespace MathNet.Numerics.Differentiation
int
pointsNumber of points for Hessian evaluation.
int
centerCenter point for differentiation.
Func<double, double>
fScalar univariate function handle.
double
xPoint at which to evaluate Hessian.
Double[]
Hessian tensor.
This method of computing the Hessian is only valid for Lipschitz continuous functions. The function mirrors the Hessian along the diagonal since d2f/dxdy = d2f/dydx for continuously differentiable functions.
Func<Double[], double>
fMultivariate function handle.>
Double[]
xPoints at which to evaluate Hessian.>
Double[,]
Hessian tensor.