Home
last modified time | relevance | path

Searched refs:EIGEN_MAKE_SCALAR_CWISE_UNARY_OP (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h189 #define EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(METHOD_NAME,FUNCTOR) \ macro
196 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator==, std::equal_to)
197 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator!=, std::not_equal_to)
198 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator<, std::less)
199 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator<=, std::less_equal)
200 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>, std::greater)
201 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>=, std::greater_equal)