HomeSort by relevance Sort by last modified time
    Searched full:threshold_helper (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 377 RealScalar threshold_helper = m_colSqNorms.maxCoeff() * internal::abs2(NumTraits<Scalar>::epsilon()) / RealScalar(rows); local
403 if(biggest_col_sq_norm < threshold_helper * RealScalar(rows-k))

Completed in 53 milliseconds