Click or drag to resize

ILinearConstraintCoefficientsNonzeroIndices Method

Enumerator over the indices of the non-zero coefficients.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
IEnumerable<int> NonzeroIndices()

Return Value

IEnumerableInt32
Enumerator of the indices of the non-zero coefficients.
See Also