Click or drag to resize

SparseConstraintCoefficientsNumberOfCoefficients Property

The total length of the coefficient vector represented by self. Note that this is not the number of non-zero coefficients, but the total number of coefficients.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int NumberOfCoefficients { get; }

Property Value

Int32

Implements

ILinearConstraintCoefficientsNumberOfCoefficients
See Also