Searched refs:nBlocksPerRow (Results 1 – 1 of 1) sorted by relevance
24 const int nBlocksPerRow; member in BlockMatrix32 nCols(_nCols), nBlocksPerRow(_nRows / _rowsPerBlock), in BlockMatrix()35 for (int j = 0; j < nBlocksPerRow; j++) { in BlockMatrix()44 for (int j = 0; j < nBlocksPerRow; j++) { in Initialize()57 for (int j = 0; j < nBlocksPerRow; j++) { in Compare()72 assert(i < nBlocksPerCol && j < nBlocksPerRow && "Accessing outside block"); in GetBlock()