Searched refs:nBlocksPerCol (Results 1 – 1 of 1) sorted by relevance
26 const int nBlocksPerCol; member in BlockMatrix34 nBlocksPerCol(_nCols / _colsPerBlock), Blocks(nBlocksPerCol) { in BlockMatrix()35 for (int i = 0; i < nBlocksPerCol; i++) { in BlockMatrix()44 for (int i = 0; i < nBlocksPerCol; i++) in Initialize()57 for (int i = 0; i < nBlocksPerCol; i++) in Compare()73 assert(i < nBlocksPerCol && j < nBlocksPerRow && "Accessing outside block"); in GetBlock()