#include <SparseQR.h>
Public Types | |
typedef SparseQRType::Index | Index |
typedef SparseQRType::QRMatrixType | MatrixType |
typedef SparseQRType::Scalar | Scalar |
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 Attributes | |
const Derived & | m_other |
const SparseQRType & | m_qr |
bool | m_transpose |
Definition at line 604 of file SparseQR.h.
typedef SparseQRType::Index Eigen::SparseQR_QProduct< SparseQRType, Derived >::Index |
Definition at line 608 of file SparseQR.h.
typedef SparseQRType::QRMatrixType Eigen::SparseQR_QProduct< SparseQRType, Derived >::MatrixType |
Definition at line 606 of file SparseQR.h.
typedef SparseQRType::Scalar Eigen::SparseQR_QProduct< SparseQRType, Derived >::Scalar |
Definition at line 607 of file SparseQR.h.
Eigen::SparseQR_QProduct< SparseQRType, Derived >::SparseQR_QProduct | ( | const SparseQRType & | qr, |
const Derived & | other, | ||
bool | transpose | ||
) | [inline] |
Definition at line 610 of file SparseQR.h.
Index Eigen::SparseQR_QProduct< SparseQRType, Derived >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > >.
Definition at line 613 of file SparseQR.h.
void Eigen::SparseQR_QProduct< SparseQRType, Derived >::evalTo | ( | DesType & | res | ) | const [inline] |
Definition at line 617 of file SparseQR.h.
Index Eigen::SparseQR_QProduct< SparseQRType, Derived >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > >.
Definition at line 612 of file SparseQR.h.
const Derived& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other |
Definition at line 657 of file SparseQR.h.
const SparseQRType& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr |
Definition at line 656 of file SparseQR.h.
bool Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose |
Definition at line 658 of file SparseQR.h.