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

  /external/eigen/Eigen/src/SVD/
JacobiSVD.h     [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 717 RealScalar maxRemainingSingularValue = this->m_singularValues.tail(this->m_diagSize-i).maxCoeff(&pos);
718 if(maxRemainingSingularValue == RealScalar(0))

Completed in 1623 milliseconds