Path Tracer
|
Public Types | |
typedef SparseQRType::QRMatrixType | MatrixType |
typedef SparseQRType::Scalar | Scalar |
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 |
Public Attributes | |
const SparseQRType & | m_qr |
const Derived & | m_other |
bool | m_transpose |