Go to the source code of this file.
|  | 
| class | Eigen::CwiseBinaryOp< BinaryOp, Lhs, Rhs > | 
|  | Generic expression where a coefficient-wise binary operator is applied to two expressions.  More... 
 | 
|  | 
| class | Eigen::CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, StorageKind > | 
|  | 
| class | Eigen::CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense > | 
|  | 
| struct | Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | 
|  | 
      
        
          | #define EIGEN_CHECK_BINARY_COMPATIBILIY | ( |  | BINOP, | 
        
          |  |  |  | LHS, | 
        
          |  |  |  | RHS | 
        
          |  | ) |  |  | 
      
 
Value:                        ? int(internal::scalar_product_traits<LHS, RHS>::Defined) \
                        : int(internal::is_same<LHS, RHS>::value)), \
    YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAST_NUMERIC_TYPES_EXPLICITLY)
#define EIGEN_STATIC_ASSERT(CONDITION, MSG)
Definition at line 96 of file CwiseBinaryOp.h.