#include <SparseQR.h>

| Public Types | |
| typedef SparseQRType::Index | Index | 
| typedef SparseQRType::QRMatrixType | MatrixType | 
| typedef SparseQRType::Scalar | Scalar | 
|  Public Types inherited from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > > | |
| typedef internal::dense_xpr_base< ReturnByValue >::type | Base | 
| typedef internal::traits< SparseQR_QProduct< SparseQRType, Derived > >::ReturnType | ReturnType | 
| Public Member Functions | |
| Index | cols () const | 
| template<typename DesType > | |
| void | evalTo (DesType &res) const | 
| Index | rows () const | 
| SparseQR_QProduct (const SparseQRType &qr, const Derived &other, bool transpose) | |
|  Public Member Functions inherited from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > > | |
| const Unusable & | coeff (Index) const | 
| const Unusable & | coeff (Index, Index) const | 
| Unusable & | coeffRef (Index) | 
| Unusable & | coeffRef (Index, Index) | 
| Index | cols () const | 
| void | evalTo (Dest &dst) const | 
| Index | rows () const | 
| Public Attributes | |
| const Derived & | m_other | 
| const SparseQRType & | m_qr | 
| bool | m_transpose | 
Definition at line 19 of file SparseQR.h.
| typedef SparseQRType::Index Eigen::SparseQR_QProduct< SparseQRType, Derived >::Index | 
Definition at line 552 of file SparseQR.h.
| typedef SparseQRType::QRMatrixType Eigen::SparseQR_QProduct< SparseQRType, Derived >::MatrixType | 
Definition at line 550 of file SparseQR.h.
| typedef SparseQRType::Scalar Eigen::SparseQR_QProduct< SparseQRType, Derived >::Scalar | 
Definition at line 551 of file SparseQR.h.
| 
 | inline | 
Definition at line 554 of file SparseQR.h.
| 
 | inline | 
Definition at line 557 of file SparseQR.h.
| 
 | inline | 
Definition at line 561 of file SparseQR.h.
| 
 | inline | 
Definition at line 556 of file SparseQR.h.
| const Derived& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other | 
Definition at line 597 of file SparseQR.h.
| const SparseQRType& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr | 
Definition at line 596 of file SparseQR.h.
| bool Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose | 
Definition at line 598 of file SparseQR.h.