Click or drag to resize

SparseConstraintCoefficientsNonzeroIndices Method

Enumerator over the indices of the non-zero coefficients.

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

Return Value

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

Implements

ILinearConstraintCoefficientsNonzeroIndices
See Also