Path Tracer
|
Public Types | |
enum | { IsComplex = NumTraits<Scalar>::IsComplex, IsTransposed = false, NeedToConjugate = false, HasUsableDirectAccess, HasScalarFactor = false } |
typedef traits< XprType >::Scalar | Scalar |
typedef const XprType & | ExtractType |
typedef XprType | _ExtractType |
typedef conditional< bool(HasUsableDirectAccess), ExtractType, typename _ExtractType::PlainObject >::type | DirectLinearAccessType |
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC ExtractType | extract (const XprType &x) |
static EIGEN_DEVICE_FUNC const Scalar | extractScalarFactor (const XprType &) |