Searched refs:nCols (Results 1 – 3 of 3) sorted by relevance
23 const long nCols; member in BlockMatrix32 nCols(_nCols), nBlocksPerRow(_nRows / _rowsPerBlock), in BlockMatrix()50 CurrBlock[ii + jj * colsPerBlock] = matrix[curri + currj * nCols]; in Initialize()63 float m_value = matrix[curri + currj * nCols]; in Compare()
28 for (unsigned col = lastAllowedNonZeroCol + 1, nCols = m.getNumColumns(); in testColumnEchelonForm() local29 col < nCols; ++col) { in testColumnEchelonForm()
143 int64_t normalizeRow(unsigned row, unsigned nCols);