Path Tracer
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::image_retval_base< _DecompositionType > Class Template Reference

Public Types

typedef _DecompositionType DecompositionType
 
typedef DecompositionType::MatrixType MatrixType
 
typedef ReturnByValue< image_retval_baseBase
 

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
 

The documentation for this class was generated from the following files: