Searched refs:_colsPerBlock (Results 1 – 1 of 1) sorted by relevance
29 BlockMatrix(const int _rowsPerBlock, const int _colsPerBlock, in BlockMatrix() argument31 : rowsPerBlock(_rowsPerBlock), colsPerBlock(_colsPerBlock), nRows(_nRows), in BlockMatrix()33 nBlocksPerCol(_nCols / _colsPerBlock), Blocks(nBlocksPerCol) { in BlockMatrix()36 Blocks[i].emplace_back(new float[_rowsPerBlock * _colsPerBlock]); in BlockMatrix()