 | SequentialQuadraticProgrammingSolverIterationLagrangianHession Property |
Gets the Lagrangian Hessian estimate for this iteration.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix LagrangianHession { get; }
Public ReadOnly Property LagrangianHession As DoubleMatrix
Get
public:
property DoubleMatrix^ LagrangianHession {
DoubleMatrix^ get ();
}
member LagrangianHession : DoubleMatrix with get
Property Value
Type:
DoubleMatrix
See Also