Searched refs:columnMajor (Results 1 – 2 of 2) sorted by relevance
37 typedef blaze::DynamicMatrix<real,blaze::columnMajor> gene_matrix;
702 const bool columnMajor = getMatrixOrderFromPath(path) != glu::MATRIXORDER_ROW_MAJOR; in validateSingleVariable() local703 …const int numMajorElements = (columnMajor) ? (glu::getDataTypeMatrixNumRows(component.getVariableT… in validateSingleVariable()