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

/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h242 SPQR_QProduct(const SPQRType& spqr, const Derived& other, bool transpose) : m_spqr(spqr),m_other(other),m_transpose(transpose) {}
244 inline Index rows() const { return m_transpose ? m_spqr.rows() : m_spqr.cols(); }
253 cholmod_common *cc = m_spqr.cholmodCommon();
255 x_cd = SuiteSparseQR_qmult<Scalar>(method, m_spqr.m_H, m_spqr.m_HTau, m_spqr.m_HPinv, &y_cd, cc);
259 const SPQRType& m_spqr; member in struct:Eigen::SPQR_QProduct
267 SPQRMatrixQReturnType(const SPQRType& spqr) : m_spqr(spqr) {}
271 return SPQR_QProduct<SPQRType,Derived>(m_spqr,othe
282 const SPQRType& m_spqr; member in struct:Eigen::SPQRMatrixQReturnType
293 const SPQRType& m_spqr; member in struct:Eigen::SPQRMatrixQTransposeReturnType
[all...]

Completed in 755 milliseconds