Gets the Lagrangian Hessian estimate for this iteration.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix LagrangianHession { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property LagrangianHession As DoubleMatrix |
| Visual C++ |
|---|
public: property DoubleMatrix^ LagrangianHession { DoubleMatrix^ get (); void set (DoubleMatrix^ value); } |