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

/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h19 template<typename SparseQRType, typename Derived> struct SparseQR_QProduct;
31 template <typename SparseQRType, typename Derived> struct traits<SparseQR_QProduct<SparseQRType, Derived> >
266 template <typename, typename > friend struct SparseQR_QProduct;
575 struct SparseQR_QProduct : ReturnByValue<SparseQR_QProduct<SparseQRType, Derived> > struct in namespace:Eigen
581 SparseQR_QProduct(const SparseQRType& qr, const Derived& other, bool transpose) : function in struct:Eigen::SparseQR_QProduct
640 SparseQR_QProduct<SparseQRType, Derived> operator*(const MatrixBase<Derived>& other)
642 return SparseQR_QProduct<SparseQRType,Derived>(m_qr,other.derived(),false);
665 dest.derived() = SparseQR_QProduct<SparseQRType, Dest>(m_qr, idMat, false);
676 SparseQR_QProduct<SparseQRTyp
[all...]

Completed in 173 milliseconds