Searched refs:remainingRows (Results 1 – 2 of 2) sorted by relevance
102 Index remainingRows = rows - k; in compute() local106 m_householder.col(k).tail(remainingRows) in compute()110 m_householder.bottomRightCorner(remainingRows, remainingCols) in compute()111 .applyHouseholderOnTheLeft(m_householder.col(k).tail(remainingRows-1), in compute()122 m_householder.bottomRightCorner(remainingRows-1, remainingCols) in compute()
240 Index remainingRows = rows - k; variable244 mat.col(k).tail(remainingRows).makeHouseholderInPlace(hCoeffs.coeffRef(k), beta);248 mat.bottomRightCorner(remainingRows, remainingCols)249 … .applyHouseholderOnTheLeft(mat.col(k).tail(remainingRows-1), hCoeffs.coeffRef(k), tempData+k+1);