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

/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h252 RealScalar biggest_in_corner local
258 if(biggest_in_corner != RealScalar(0))
H A DFullPivLU.h446 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;
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h434 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))

Completed in 114 milliseconds