Searched refs:_rowsPerBlock (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()32 nCols(_nCols), nBlocksPerRow(_nRows / _rowsPerBlock), in BlockMatrix()36 Blocks[i].emplace_back(new float[_rowsPerBlock * _colsPerBlock]); in BlockMatrix()