Matrix |
The MatrixStorageT type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDense | True if the matrix storage format is dense. | |
| 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. | |
| Item | Gets or sets the value at the given row and column, with range checking. |