public class BorderedHessian extends SymmetricMatrix
Constructor and Description |
---|
BorderedHessian(RealScalarFunction f,
RealScalarFunction g,
Vector x)
Construct the bordered Hessian matrix for multivariate functions f and g at
point x.
|
public BorderedHessian(RealScalarFunction f, RealScalarFunction g, Vector x)
f
- a multivariate function, usually an objective functiong
- a multivariate function, usually a constraint functionx
- the point to evaluate the bordered Hessian atCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.