The DoubleSymCsrSparseMatrix type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cols |
Gets the number of columns in the matrix.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).) | |
| Data |
Gets and sets the formatted data for the matrix.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).) | |
| Item |
Indexer for returning the element at the specified row and column.
(Overrides SparseMatrixData<(Of <(Storage, Type>)>)..::.Item[([(Int32, Int32])]).) | |
| Rows |
Gets the number of rows in the matrix.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).) |