The DoubleMatrix type exposes the following members.

Properties

  NameDescription
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.
ItemOverloaded.
Rows
Gets the number of rows in this matrix.
RowStride
Gets the increment between successive elements in a row.

See Also