Searched refs:smalldim (Results 1 – 1 of 1) sorted by relevance
516 const Index smalldim = (std::min)(m_lu.rows(), m_lu.cols()); in reconstructedMatrix() local520 res = m_lu.leftCols(smalldim) in reconstructedMatrix()522 * m_lu.topRows(smalldim) in reconstructedMatrix()678 const Index smalldim = (std::min)(rows, cols);693 .topLeftCorner(smalldim,smalldim)695 .solveInPlace(c.topRows(smalldim));