Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Matrix packing options


Enumerations

enum  {
  MATRIX_BY_ROWS = 0,
  MATRIX_BY_COLUMNS = 0x00020000
}
 Matrix packing options. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
MATRIX_BY_ROWS  Fixed number of rows, add columns as needed.
MATRIX_BY_COLUMNS  Fixed number of columns, adding rows as needed.