| SparseArray Fields |
The SparseMatrixSparseArray type exposes the following members.
| Name | Description | |
|---|---|---|
| Index |
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.
| |
| NumberOfColumns |
Number of columns in the matrix.
| |
| NumberOfNonZeros |
Number of nonzeros in the matrix.
| |
| NumberOfRows |
Number of rows in the matrix.
| |
| Values |
Jagged array containing sparse array values.
This array must have the same shape as Index.
|