Cwise.h File Reference
Go to the source code of this file.
Define Documentation
#define EIGEN_CWISE_BINOP_RETURN_TYPE |
( |
OP |
|
) |
CwiseBinaryOp<OP<typename ei_traits<ExpressionType>::Scalar>, ExpressionType, OtherDerived> |
#define EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE |
( |
OP |
|
) |
|
Value:
Definition at line 53 of file Cwise.h.
#define EIGEN_CWISE_PRODUCT_RETURN_TYPE |
Value:CwiseBinaryOp< \
ei_scalar_product_op< \
typename ei_scalar_product_traits< \
typename ei_traits<ExpressionType>::Scalar, \
typename ei_traits<OtherDerived>::Scalar \
>::ReturnType \
>, \
ExpressionType, \
OtherDerived \
>
Definition at line 34 of file Cwise.h.
#define EIGEN_CWISE_UNOP_RETURN_TYPE |
( |
OP |
|
) |
CwiseUnaryOp<OP<typename ei_traits<ExpressionType>::Scalar>, ExpressionType> |