Searched refs:m_qr_precond_morerows (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h764 internal::qr_preconditioner_impl<MatrixType, QRPreconditioner, internal::PreconditionIfMoreRowsThanCols> m_qr_precond_morerows; member in class:Eigen::JacobiSVD
812 if(m_rows>m_cols) m_qr_precond_morerows.allocate(*this);
831 if(!m_qr_precond_morecols.run(*this, matrix) && !m_qr_precond_morerows.run(*this, matrix))
/external/eigen/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h617 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 176 milliseconds