Classes | Namespaces | Macros
Cwise.h File Reference

Go to the source code of this file.

Classes

class  Eigen::Cwise< ExpressionType >
 Pseudo expression providing additional coefficient-wise operations. More...
 

Namespaces

 Eigen
 

Macros

#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)
 
#define EIGEN_CWISE_UNOP_RETURN_TYPE(OP)   CwiseUnaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType>
 

Macro Definition Documentation

#define EIGEN_CWISE_BINOP_RETURN_TYPE (   OP)    CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, OtherDerived>

Definition at line 18 of file Cwise.h.

#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>

Definition at line 23 of file Cwise.h.



tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:03