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

Public Types

enum  { RowsAtCompileTime = XprType::RowsAtCompileTime, CoeffReadCost = internal::evaluator<XprType>::CoeffReadCost }
 
typedef XprType::Scalar Scalar
 
typedef XprType::CoeffReturnType CoeffReturnType
 

Public Member Functions

EIGEN_DEVICE_FUNC visitor_evaluator (const XprType &xpr)
 
EIGEN_DEVICE_FUNC Index rows () const
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC Index size () const
 
EIGEN_DEVICE_FUNC CoeffReturnType coeff (Index row, Index col) const
 

Protected Attributes

internal::evaluator< XprType > m_evaluator
 
const XprType & m_xpr
 

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