The DoubleMatrix type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cols |
Gets number of columns in this matrix.
| |
| ColStride |
Gets the increment between successive elements in a column.
| |
| DataBlock |
Gets a reference to the underly data that this matrix is viewing.
| |
| IsCompactStride |
Returns true if the matrix data is in column major contiguous
storage.
| |
| Item | Overloaded. | |
| Rows |
Gets the number of rows in this matrix.
| |
| RowStride |
Gets the increment between successive elements in a row.
|