Public Types | |
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 > > | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
void | evalTo (Dest &dst) const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Public Attributes | |
const Derived & | m_other |
const SparseQRType & | m_qr |
bool | m_transpose |
Definition at line 615 of file SparseQR.h.
typedef SparseQRType::QRMatrixType Eigen::SparseQR_QProduct< SparseQRType, Derived >::MatrixType |
Definition at line 617 of file SparseQR.h.
typedef SparseQRType::Scalar Eigen::SparseQR_QProduct< SparseQRType, Derived >::Scalar |
Definition at line 618 of file SparseQR.h.
|
inline |
Definition at line 620 of file SparseQR.h.
|
inline |
Definition at line 623 of file SparseQR.h.
|
inline |
Definition at line 627 of file SparseQR.h.
|
inline |
Definition at line 622 of file SparseQR.h.
const Derived& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other |
Definition at line 671 of file SparseQR.h.
const SparseQRType& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr |
Definition at line 670 of file SparseQR.h.
bool Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose |
Definition at line 672 of file SparseQR.h.