#include <SuiteSparseQRSupport.h>
Public Types | |
typedef SPQRType::Index | Index |
typedef SPQRType::Scalar | Scalar |
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 Attributes | |
const Derived & | m_other |
const SPQRType & | m_spqr |
bool | m_transpose |
Definition at line 229 of file SuiteSparseQRSupport.h.
typedef SPQRType::Index Eigen::SPQR_QProduct< SPQRType, Derived >::Index |
Definition at line 232 of file SuiteSparseQRSupport.h.
typedef SPQRType::Scalar Eigen::SPQR_QProduct< SPQRType, Derived >::Scalar |
Definition at line 231 of file SuiteSparseQRSupport.h.
Eigen::SPQR_QProduct< SPQRType, Derived >::SPQR_QProduct | ( | const SPQRType & | spqr, |
const Derived & | other, | ||
bool | transpose | ||
) | [inline] |
Definition at line 234 of file SuiteSparseQRSupport.h.
Index Eigen::SPQR_QProduct< SPQRType, Derived >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< SPQR_QProduct< SPQRType, Derived > >.
Definition at line 237 of file SuiteSparseQRSupport.h.
void Eigen::SPQR_QProduct< SPQRType, Derived >::evalTo | ( | ResType & | res | ) | const [inline] |
Definition at line 240 of file SuiteSparseQRSupport.h.
Index Eigen::SPQR_QProduct< SPQRType, Derived >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< SPQR_QProduct< SPQRType, Derived > >.
Definition at line 236 of file SuiteSparseQRSupport.h.
const Derived& Eigen::SPQR_QProduct< SPQRType, Derived >::m_other |
Definition at line 252 of file SuiteSparseQRSupport.h.
const SPQRType& Eigen::SPQR_QProduct< SPQRType, Derived >::m_spqr |
Definition at line 251 of file SuiteSparseQRSupport.h.
bool Eigen::SPQR_QProduct< SPQRType, Derived >::m_transpose |
Definition at line 253 of file SuiteSparseQRSupport.h.