Go to the source code of this file.
Classes | |
class | CwiseBinaryOp< BinaryOp, Lhs, Rhs > |
Generic expression of a coefficient-wise operator between two matrices or vectors. More... | |
struct | ei_traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > |
Functions | |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE const | EIGEN_CWISE_BINOP_RETURN_TYPE (ei_scalar_max_op) Cwise< ExpressionType > |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE const | EIGEN_CWISE_BINOP_RETURN_TYPE (ei_scalar_min_op) Cwise< ExpressionType > |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE const | EIGEN_CWISE_BINOP_RETURN_TYPE (ei_scalar_quotient_op) Cwise< ExpressionType > |
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | ei_scalar_max_op | ) | [inline] |
Example:
Output:
Definition at line 277 of file CwiseBinaryOp.h.
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | ei_scalar_min_op | ) | [inline] |
Example:
Output:
Definition at line 262 of file CwiseBinaryOp.h.
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE | ( | ei_scalar_quotient_op | ) | [inline] |
Example:
Output:
Definition at line 219 of file CwiseBinaryOp.h.