Write topic page for storage orders.

This commit is contained in:
Jitse Niesen
2011-02-12 17:43:29 +00:00
parent 7015aa00a9
commit 9ac68e40a0
10 changed files with 125 additions and 24 deletions

View File

@@ -56,7 +56,8 @@ const int Infinity = -1;
* for a matrix, this means that the storage order is row-major.
* If this bit is not set, the storage order is column-major.
* For an expression, this determines the storage order of
* the matrix created by evaluation of that expression. */
* the matrix created by evaluation of that expression.
* \sa \ref TopicStorageOrders */
const unsigned int RowMajorBit = 0x1;
/** \ingroup flags