Home
last modified time | relevance | path

Searched refs:smalldim (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/LU/
DFullPivLU.h516 const Index smalldim = (std::min)(m_lu.rows(), m_lu.cols()); in reconstructedMatrix() local
520 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));