Click or drag to resize

DoubleMatrixInArray1DColumnMajorRepresentation Fields

The DoubleMatrixInArray1DColumnMajorRepresentation type exposes the following members.

Fields
 NameDescription
Protected field_arrayColumnMajor The backing store for the matrix data, stored in column-major order.
(Inherited from RODoubleMatrixInArray1DColumnMajorRepresentation)
Protected field_numberOfColumns The number of columns in the matrix.
(Inherited from RODoubleMatrixInArray1DColumnMajorRepresentation)
Protected field_numberOfRows The number of rows in the matrix.
(Inherited from RODoubleMatrixInArray1DColumnMajorRepresentation)
Top
See Also