SparseMatrixSparseArrayIndex Field |
Jagged array containing column indices.
The length of this array equals numberOfRows.
The length of each row equals the number of nonzeros
in that row of the sparse matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Index As Integer()()
public:
array<array<int>^>^ Index
val mutable Index: int[][]
Field Value
Type:
Int32See Also