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 442 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))
  /external/eigen/Eigen/src/LU/
FullPivLU.h 454 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;
PartialPivLU.h 258 RealScalar biggest_in_corner local
264 if(biggest_in_corner != RealScalar(0))

Completed in 1079 milliseconds