Sparse |
The SparseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount |
Gets the number of columns.
(Inherited from MatrixT) | |
| Item |
Gets or sets the value at the given row and column, with range checking.
(Inherited from MatrixT) | |
| NonZerosCount | Gets the number of non zero elements in the matrix. | |
| RowCount |
Gets the number of rows.
(Inherited from MatrixT) | |
| Storage |
Gets the raw matrix data storage.
(Inherited from MatrixT) |