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

  /external/eigen/Eigen/src/LU/
FullPivLU.h 125 RealScalar maxPivot() const { return m_maxpivot; }
249 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
250 * where maxpivot is the biggest pivot.
577 RealScalar premultiplied_threshold = dec().maxPivot() * dec().threshold();
645 RealScalar premultiplied_threshold = dec().maxPivot() * dec().threshold();
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 272 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
273 * where maxpivot is the biggest pivot.
327 RealScalar maxPivot() const { return m_maxpivot; }
FullPivHouseholderQR.h 291 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
292 * where maxpivot is the biggest pivot.
346 RealScalar maxPivot() const { return m_maxpivot; }

Completed in 45 milliseconds