  | SequentialQuadraticProgrammingSolverIterationLagrangianHession Property | 
            Gets the Lagrangian Hessian estimate for this iteration.
            
Namespace: CenterSpace.NMath.CoreAssembly: 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
DoubleMatrix
See Also