Classes | Namespaces | Defines
CwiseBinaryOp.h File Reference

Go to the source code of this file.

Classes

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, Dense >
struct  Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >

Namespaces

namespace  Eigen
namespace  Eigen::internal

Defines

#define EIGEN_CHECK_BINARY_COMPATIBILIY(BINOP, LHS, RHS)

Define Documentation

#define EIGEN_CHECK_BINARY_COMPATIBILIY (   BINOP,
  LHS,
  RHS 
)
Value:
EIGEN_STATIC_ASSERT((internal::functor_is_product_like<BINOP>::ret \
                        ? 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)

Definition at line 96 of file CwiseBinaryOp.h.



turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:37