![]() | Sparse |
The SparseMatrixBuilderT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of stored nonzero values. |
![]() | IsReadOnly | Gets a value indicating whether collection is read-only. |
![]() | ItemIntPair | Gets and sets the value at the row, column indices specifed in the key. |
![]() | ItemInt32, Int32 | Returns the values stored at the specified zero-based row and column indices. Note that even though only nonzero values are stored, the indexer will always return a value. If there is no value associated with the given indices, zero is returned. |
![]() | Keys | Gets a collection of the the row, column pairs with nonzero values. |
![]() | NumberNonZero | Gets the number of nonzero stored values. |
![]() | Values | Gets a collection of all the nonzero values. |