 | SequentialQuadraticProgrammingSolverIterationLagrangianMultiplier Property |
Gets the vector of Lagrange mulitipliers for this iteration.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector LagrangianMultiplier { get; }
Public ReadOnly Property LagrangianMultiplier As DoubleVector
Get
public:
property DoubleVector^ LagrangianMultiplier {
DoubleVector^ get ();
}
member LagrangianMultiplier : DoubleVector with get
Property Value
Type:
DoubleVector
See Also