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

  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 311 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
312 * where maxpivot is the biggest pivot.
353 inline RealScalar maxPivot() const { return m_cpqr.maxPivot(); }
ColPivHouseholderQR.h 348 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
349 * where maxpivot is the biggest pivot.
403 RealScalar maxPivot() const { return m_maxpivot; }
FullPivHouseholderQR.h 339 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
340 * where maxpivot is the biggest pivot.
394 RealScalar maxPivot() const { return m_maxpivot; }
  /external/eigen/Eigen/src/LU/
FullPivLU.h 153 RealScalar maxPivot() const { return m_maxpivot; }
287 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
288 * where maxpivot is the biggest pivot.
659 RealScalar premultiplied_threshold = dec().maxPivot() * dec().threshold();
728 RealScalar premultiplied_threshold = dec().maxPivot() * dec().threshold();
    [all...]

Completed in 176 milliseconds