![]() |
Blaze 3.9
|
Evaluation of the storage order of a given matrix type. More...
#include <StorageOrder.h>
Inherits blaze::IntegralConstant< T, N >.
Evaluation of the storage order of a given matrix type.
Via this type trait it is possible to evaluate the storage order of a given matrix type. In case the given type is a row-major matrix type the nested boolean value is set to rowMajor, in case it is a column-major matrix type it is set to columnMajor. If the given type is not a matrix type a compilation error is created.