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

  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 434 RealScalar biggest_in_corner; local
436 biggest_in_corner = m_qr.bottomRightCorner(rows-k, cols-k)
441 if(k==0) biggest = biggest_in_corner;
444 if(internal::isMuchSmallerThan(biggest_in_corner, biggest, m_precision))
  /external/eigen/Eigen/src/LU/
FullPivLU.h 446 RealScalar biggest_in_corner; local
447 biggest_in_corner = m_lu.bottomRightCorner(rows-k, cols-k)
453 if(biggest_in_corner==RealScalar(0))
466 if(biggest_in_corner > m_maxpivot) m_maxpivot = biggest_in_corner;
PartialPivLU.h 252 RealScalar biggest_in_corner local
258 if(biggest_in_corner != RealScalar(0))

Completed in 1313 milliseconds