Enumerator over the indices of the non-zero coefficients.
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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() |