Path Tracer
|
Classes | |
struct | Cost |
Public Types | |
enum | { Vectorizable = functor_traits<BinaryOp>::PacketAccess } |
typedef BinaryOpT | BinaryOp |
typedef result_of< BinaryOp(const Scalar &, const Scalar &) >::type | result_type |
Public Member Functions | |
EIGEN_DEVICE_FUNC | member_redux (const BinaryOp func) |
template<typename Derived > | |
EIGEN_DEVICE_FUNC result_type | operator() (const DenseBase< Derived > &mat) const |
const BinaryOp & | binaryFunc () const |
Public Attributes | |
const BinaryOp | m_functor |