Path Tracer
|
Public Types | |
typedef _DecompositionType | DecompositionType |
typedef DecompositionType::MatrixType | MatrixType |
typedef ReturnByValue< image_retval_base > | Base |
Public Member Functions | |
image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix) | |
Index | rows () const |
Index | cols () const |
Index | rank () const |
const DecompositionType & | dec () const |
const MatrixType & | originalMatrix () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
Protected Attributes | |
const DecompositionType & | m_dec |
Index | m_rank |
Index | m_cols |
const MatrixType & | m_originalMatrix |