HomeSort by relevance Sort by last modified time
    Searched full:smalldim (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/LU/
FullPivLU.h 516 const Index smalldim = (std::min)(m_lu.rows(), m_lu.cols()); local
520 res = m_lu.leftCols(smalldim)
522 * m_lu.topRows(smalldim)
678 const Index smalldim = (std::min)(rows, cols); local
693 .topLeftCorner(smalldim,smalldim)
695 .solveInPlace(c.topRows(smalldim));

Completed in 470 milliseconds