#include <SuiteSparseQRSupport.h>
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 > > | |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
EIGEN_DEVICE_FUNC Index | cols () const |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
Public Attributes | |
const Derived & | m_other |
const SPQRType & | m_spqr |
bool | m_transpose |
Definition at line 19 of file SuiteSparseQRSupport.h.
typedef SPQRType::Scalar Eigen::SPQR_QProduct< SPQRType, Derived >::Scalar |
Definition at line 255 of file SuiteSparseQRSupport.h.
typedef SPQRType::StorageIndex Eigen::SPQR_QProduct< SPQRType, Derived >::StorageIndex |
Definition at line 256 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 258 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 261 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 264 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 260 of file SuiteSparseQRSupport.h.
const Derived& Eigen::SPQR_QProduct< SPQRType, Derived >::m_other |
Definition at line 276 of file SuiteSparseQRSupport.h.
const SPQRType& Eigen::SPQR_QProduct< SPQRType, Derived >::m_spqr |
Definition at line 275 of file SuiteSparseQRSupport.h.
bool Eigen::SPQR_QProduct< SPQRType, Derived >::m_transpose |
Definition at line 277 of file SuiteSparseQRSupport.h.