Go to the source code of this file.
Functions | |
template<typename OtherDerived > | |
const | EIGEN_CWISE_BINOP_RETURN_TYPE (std::not_equal_to) Cwise< ExpressionType > |
template<typename OtherDerived > | |
const | EIGEN_CWISE_BINOP_RETURN_TYPE (std::equal_to) Cwise< ExpressionType > |
template<typename OtherDerived > | |
const | EIGEN_CWISE_BINOP_RETURN_TYPE (std::greater_equal) Cwise< ExpressionType > |
template<typename OtherDerived > | |
const | EIGEN_CWISE_BINOP_RETURN_TYPE (std::greater) Cwise< ExpressionType > |
template<typename OtherDerived > | |
const | EIGEN_CWISE_BINOP_RETURN_TYPE (std::less_equal) Cwise< ExpressionType > |
template<typename OtherDerived > | |
const | EIGEN_CWISE_BINOP_RETURN_TYPE (std::less) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::not_equal_to) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::equal_to) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater_equal) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::less_equal) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::less) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_cube_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_square_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_inverse_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_pow_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_sin_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_cos_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_log_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_exp_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_sqrt_op) Cwise< ExpressionType > |
const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | std::not_equal_to | ) | [inline] |
Example:
Output:
Definition at line 286 of file CwiseOperators.h.
const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | std::equal_to | ) | [inline] |
Example:
Output:
Definition at line 264 of file CwiseOperators.h.
const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | std::greater_equal | ) | [inline] |
Example:
Output:
Definition at line 242 of file CwiseOperators.h.
const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | std::greater | ) | [inline] |
Example:
Output:
Definition at line 225 of file CwiseOperators.h.
const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | std::less_equal | ) | [inline] |
Example:
Output:
Definition at line 208 of file CwiseOperators.h.
const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | std::less | ) | [inline] |
Example:
Output:
Definition at line 191 of file CwiseOperators.h.
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( | std::not_equal_to | ) | [inline] |
Definition at line 381 of file CwiseOperators.h.
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( | std::equal_to | ) | [inline] |
Definition at line 362 of file CwiseOperators.h.
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( | std::greater_equal | ) | [inline] |
Definition at line 343 of file CwiseOperators.h.
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( | std::greater | ) | [inline] |
Definition at line 329 of file CwiseOperators.h.
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( | std::less_equal | ) | [inline] |
Definition at line 315 of file CwiseOperators.h.
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE | ( | std::less | ) | [inline] |
Definition at line 301 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_cube_op | ) | [inline] |
Example:
Output:
Definition at line 171 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_square_op | ) | [inline] |
Example:
Output:
Definition at line 155 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_inverse_op | ) | [inline] |
Example:
Output:
Definition at line 139 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_pow_op | ) | [inline] |
Example:
Output:
Definition at line 122 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_sin_op | ) | [inline] |
Example:
Output:
Definition at line 105 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_cos_op | ) | [inline] |
Example:
Output:
Definition at line 88 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_log_op | ) | [inline] |
Example:
Output:
Definition at line 72 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_exp_op | ) | [inline] |
Example:
Output:
Definition at line 56 of file CwiseOperators.h.
const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_sqrt_op | ) | [inline] |
Example:
Output:
Definition at line 40 of file CwiseOperators.h.