Go to the source code of this file.
      
        
          | #define EIGEN_CWISE_BINOP_RETURN_TYPE | ( |  | OP | ) | CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, OtherDerived> | 
      
 
 
      
        
          | #define EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( |  | OP | ) |  | 
      
 
Value:CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, \
        typename ExpressionType::ConstantReturnType >
Definition at line 28 of file Cwise.h.
 
 
      
        
          | #define EIGEN_CWISE_UNOP_RETURN_TYPE | ( |  | OP | ) | CwiseUnaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType> |