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

/external/eigen/Eigen/src/LU/
H A DFullPivLU.h454 RealScalar biggest_in_corner; local
455 biggest_in_corner = m_lu.bottomRightCorner(rows-k, cols-k)
461 if(biggest_in_corner==RealScalar(0))
474 if(biggest_in_corner > m_maxpivot) m_maxpivot = biggest_in_corner;
H A DPartialPivLU.h258 RealScalar biggest_in_corner local
264 if(biggest_in_corner != RealScalar(0))
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h442 RealScalar biggest_in_corner; local
444 biggest_in_corner = m_qr.bottomRightCorner(rows-k, cols-k)
449 if(k==0) biggest = biggest_in_corner;
452 if(internal::isMuchSmallerThan(biggest_in_corner, biggest, m_precision))

Completed in 91 milliseconds