#include <SuiteSparseQRSupport.h>
Public Types | |
typedef SPQRType::Scalar | Scalar |
typedef SPQRType::StorageIndex | StorageIndex |
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 19 of file SuiteSparseQRSupport.h.
typedef SPQRType::Scalar Eigen::SPQR_QProduct< SPQRType, Derived >::Scalar |
Definition at line 277 of file SuiteSparseQRSupport.h.
typedef SPQRType::StorageIndex Eigen::SPQR_QProduct< SPQRType, Derived >::StorageIndex |
Definition at line 278 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 280 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 283 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 286 of file SuiteSparseQRSupport.h.
|
inline |
Definition at line 282 of file SuiteSparseQRSupport.h.
const Derived& Eigen::SPQR_QProduct< SPQRType, Derived >::m_other |
Definition at line 298 of file SuiteSparseQRSupport.h.
const SPQRType& Eigen::SPQR_QProduct< SPQRType, Derived >::m_spqr |
Definition at line 297 of file SuiteSparseQRSupport.h.
bool Eigen::SPQR_QProduct< SPQRType, Derived >::m_transpose |
Definition at line 299 of file SuiteSparseQRSupport.h.