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

  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 769 internal::qr_preconditioner_impl<MatrixType, QRPreconditioner, internal::PreconditionIfMoreRowsThanCols> m_qr_precond_morerows; member in class:Eigen::JacobiSVD
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 617 internal::qr_preconditioner_impl<MatrixType, QRPreconditioner, internal::PreconditionIfMoreRowsThanCols> m_qr_precond_morerows; member in class:Eigen::JacobiSVD
635 if(this->m_rows>this->m_cols) m_qr_precond_morerows.allocate(*this);
654 if(!m_qr_precond_morecols.run(*this, matrix) && !m_qr_precond_morerows.run(*this, matrix))

Completed in 419 milliseconds