Sparse |
The SparseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnDimension | Get column dimension. | |
| Count | Gets the count of non-zero elements in each row. | |
| ItemInt32 | Accessor method for ith row | |
| ItemInt32, Int32 | Accessor method for (i,j)th element | |
| RowDimension | Get row dimension. |