Searched refs:rowsPerBlock (Results 1 – 1 of 1) sorted by relevance
20 const int rowsPerBlock; member in BlockMatrix31 : rowsPerBlock(_rowsPerBlock), colsPerBlock(_colsPerBlock), nRows(_nRows), in BlockMatrix()47 for (int jj = 0; jj < rowsPerBlock; ++jj) { in Initialize()49 int currj = j * rowsPerBlock + jj; in Initialize()60 for (int jj = 0; jj < rowsPerBlock; ++jj) { in Compare()62 int currj = j * rowsPerBlock + jj; in Compare()