Diagonal |
The DiagonalMatrixStorageT type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDense |
True if the matrix storage format is dense.
(Overrides MatrixStorageTIsDense) | |
| IsFullyMutable |
True if all fields of this matrix can be set to any value.
False if some fields are fixed, like on a diagonal matrix.
(Overrides MatrixStorageTIsFullyMutable) | |
| Item |
Gets or sets the value at the given row and column, with range checking.
(Inherited from MatrixStorageT) |