HomeSort by relevance Sort by last modified time
    Searched defs:biggest_in_corner (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/LU/
PartialPivLU.h 252 RealScalar biggest_in_corner local
258 if(biggest_in_corner != RealScalar(0))
FullPivLU.h 441 RealScalar biggest_in_corner; local
442 biggest_in_corner = m_lu.bottomRightCorner(rows-k, cols-k)
448 if(biggest_in_corner==RealScalar(0))
461 if(biggest_in_corner > m_maxpivot) m_maxpivot = biggest_in_corner;
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 404 RealScalar biggest_in_corner; local
406 biggest_in_corner = m_qr.bottomRightCorner(rows-k, cols-k)
411 if(k==0) biggest = biggest_in_corner;
414 if(internal::isMuchSmallerThan(biggest_in_corner, biggest, m_precision))

Completed in 47 milliseconds