Returns the nonzero components
Namespace: Extreme.Mathematics.LinearAlgebra.Sparse
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetNonzeroComponents ( _ <OutAttribute> ByRef rows As Integer(), _ <OutAttribute> ByRef columns As Integer() _ ) As Double() |
| C# |
|---|
public override double[] GetNonzeroComponents ( out int[] rows, out int[] columns ) |
| Visual C++ |
|---|
public: virtual array<double>^ GetNonzeroComponents ( array<int>^% rows, array<int>^% columns ) override |
Parameters
- rows
- System.Int32[]
On return, an integer array containing the row indexes of the nonzero components.
- columns
- System.Int32[]
On return, an integer array containing the column indexes of the nonzero components.