Searched refs:nBlocksPerCol (Results 1 – 1 of 1) sorted by relevance
25 const int nBlocksPerCol; member in BlockMatrix33 nBlocksPerCol(_nCols / _colsPerBlock), Blocks(nBlocksPerCol) { in BlockMatrix()34 for (int i = 0; i < nBlocksPerCol; i++) { in BlockMatrix()43 for (int i = 0; i < nBlocksPerCol; i++) in Initialize()56 for (int i = 0; i < nBlocksPerCol; i++) in Compare()72 assert(i < nBlocksPerCol && j < nBlocksPerRow && "Accessing outside block"); in GetBlock()