Medial Code Documentation
|
Public Types | |
typedef SparseQRType::QRMatrixType | MatrixType |
typedef SparseQRType::Scalar | Scalar |
![]() | |
typedef internal::traits< SparseQR_QProduct< SparseQRType, Derived > >::ReturnType | ReturnType |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
Public Member Functions | |
SparseQR_QProduct (const SparseQRType &qr, const Derived &other, bool transpose) | |
Index | rows () const |
Index | cols () const |
template<typename DesType > | |
void | evalTo (DesType &res) const |
![]() | |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | cols () const |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
Data Fields | |
const SparseQRType & | m_qr |
const Derived & | m_other |
bool | m_transpose |