Go to the source code of this file.
Classes | |
class | CwiseUnaryOp< UnaryOp, MatrixType > |
Generic expression of a coefficient-wise unary operator of a matrix or a vector. More... | |
struct | ei_traits< CwiseUnaryOp< UnaryOp, MatrixType > > |
Functions | |
template<typename ExpressionType > | |
EIGEN_STRONG_INLINE const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_abs2_op) Cwise< ExpressionType > |
template<typename ExpressionType > | |
EIGEN_STRONG_INLINE const | EIGEN_CWISE_UNOP_RETURN_TYPE (ei_scalar_abs_op) Cwise< ExpressionType > |
EIGEN_STRONG_INLINE const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_abs2_op | ) | [inline] |
*this
Example:
Output:
Definition at line 152 of file CwiseUnaryOp.h.
EIGEN_STRONG_INLINE const EIGEN_CWISE_UNOP_RETURN_TYPE | ( | ei_scalar_abs_op | ) | [inline] |
*this
Example:
Output:
Definition at line 138 of file CwiseUnaryOp.h.