#include <SparseQR.h>
Public Types | |
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 19 of file SparseQR.h.
typedef SparseQRType::QRMatrixType Eigen::SparseQR_QProduct< SparseQRType, Derived >::MatrixType |
Definition at line 615 of file SparseQR.h.
typedef SparseQRType::Scalar Eigen::SparseQR_QProduct< SparseQRType, Derived >::Scalar |
Definition at line 616 of file SparseQR.h.
|
inline |
Definition at line 618 of file SparseQR.h.
|
inline |
Definition at line 621 of file SparseQR.h.
|
inline |
Definition at line 625 of file SparseQR.h.
|
inline |
Definition at line 620 of file SparseQR.h.
const Derived& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other |
Definition at line 669 of file SparseQR.h.
const SparseQRType& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr |
Definition at line 668 of file SparseQR.h.
bool Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose |
Definition at line 670 of file SparseQR.h.