Searched defs:m_qr_precond_morecols (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h616 internal::qr_preconditioner_impl<MatrixType, QRPreconditioner, internal::PreconditionIfMoreColsThanRows> m_qr_precond_morecols; member in class:Eigen::JacobiSVD
634 if(this->m_cols>this->m_rows) m_qr_precond_morecols.allocate(*this);
654 if(!m_qr_precond_morecols.run(*this, matrix) && !m_qr_precond_morerows.run(*this, matrix))
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h763 internal::qr_preconditioner_impl<MatrixType, QRPreconditioner, internal::PreconditionIfMoreColsThanRows> m_qr_precond_morecols; member in class:Eigen::JacobiSVD
811 if(m_cols>m_rows) m_qr_precond_morecols.allocate(*this);
831 if(!m_qr_precond_morecols.run(*this, matrix) && !m_qr_precond_morerows.run(*this, matrix))

Completed in 239 milliseconds