Enumerator over the indices of the non-zero coefficients.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
IEnumerable<int> NonzeroIndices()
Visual Basic (Declaration)
Function NonzeroIndices As IEnumerable(Of Integer)
Visual C++
IEnumerable<int>^ NonzeroIndices()

Return Value

Enumerator of the indices of the non-zero coefficients.

See Also