SparseMatrix Properties |
The SparseMatrix type exposes the following members.
Name | Description | |
---|---|---|
Columns |
The number of columns in the matrix.
| |
Density |
The density of the matrix (the ratio of number of nonzero elements
and size of the matrix).
| |
Item |
Set or get an element of the matrix.
| |
NumberOfNonZeros |
Number of nonzero matrix elements.
| |
Rows |
The number of rows in the matrix.
| |
Size |
Total number of elements in the matrix.
|