Click or drag to resize

DenseColumnMajorMatrixStorageT Fields

The DenseColumnMajorMatrixStorageT type exposes the following members.

Fields
 NameDescription
Public fieldColumnCount Gets the number of columns in the matrix.
(Inherited from MatrixStorageT)
Public fieldData Gets the backing array in column-major order.
Public fieldRowCount Gets the number of rows in the matrix.
(Inherited from MatrixStorageT)
Top
See Also