| ILinearConstraintCoefficientsNonzeroIndices Method |
Enumerator over the indices of the non-zero coefficients.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax IEnumerable<int> NonzeroIndices()
Function NonzeroIndices As IEnumerable(Of Integer)
IEnumerable<int>^ NonzeroIndices()
abstract NonzeroIndices : unit -> IEnumerable<int>
Return Value
IEnumerableInt32Enumerator of the indices of the non-zero coefficients.
See Also