Public Types | |
typedef SPQRType::Scalar | Scalar |
typedef SPQRType::StorageIndex | StorageIndex |
Public Types inherited from Eigen::ReturnByValue< SPQR_QProduct< SPQRType, Derived > > | |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
typedef internal::traits< SPQR_QProduct< SPQRType, Derived > >::ReturnType | ReturnType |
Public Member Functions | |
Index | cols () const |
template<typename ResType > | |
void | evalTo (ResType &res) const |
Index | rows () const |
SPQR_QProduct (const SPQRType &spqr, const Derived &other, bool transpose) | |
Public Member Functions inherited from Eigen::ReturnByValue< SPQR_QProduct< SPQRType, 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 SPQRType & | m_spqr |
bool | m_transpose |
Definition at line 277 of file SuiteSparseQRSupport.h.
typedef SPQRType::Scalar Eigen::SPQR_QProduct< SPQRType, Derived >::Scalar |
Definition at line 279 of file SuiteSparseQRSupport.h.
typedef SPQRType::StorageIndex Eigen::SPQR_QProduct< SPQRType, Derived >::StorageIndex |
Definition at line 280 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 282 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 285 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 288 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 284 of file SuiteSparseQRSupport.h.
const Derived& Eigen::SPQR_QProduct< SPQRType, Derived >::m_other |
Definition at line 300 of file SuiteSparseQRSupport.h.
const SPQRType& Eigen::SPQR_QProduct< SPQRType, Derived >::m_spqr |
Definition at line 299 of file SuiteSparseQRSupport.h.
bool Eigen::SPQR_QProduct< SPQRType, Derived >::m_transpose |
Definition at line 301 of file SuiteSparseQRSupport.h.