Searched defs:smalldim (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/LU/
H A DFullPivLU.h597 const Index smalldim = (std::min)(m_lu.rows(), m_lu.cols()); local
601 res = m_lu.leftCols(smalldim)
603 * m_lu.topRows(smalldim)
761 const Index smalldim = (std::min)(rows, cols); local
775 m_lu.topLeftCorner(smalldim,smalldim)
777 .solveInPlace(c.topRows(smalldim));
811 const Index smalldim = (std::min)(rows, cols); local
831 m_lu.topLeftCorner(smalldim, smalldim)
[all...]

Completed in 132 milliseconds