#define EIGEN_DOC_UNARY_ADDONS(X, Y)
#define EIGEN_STRONG_INLINE
CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const Derived > CwiseSqrtReturnType
CwiseUnaryOp< internal::scalar_sign_op< Scalar >, const Derived > CwiseSignReturnType
CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const Derived > CwiseAbs2ReturnType
EIGEN_DEVICE_FUNC const CwiseSqrtReturnType cwiseSqrt() const
EIGEN_DEVICE_FUNC const InverseReturnType inverse() const
EIGEN_DEVICE_FUNC const SquareReturnType square() const
EIGEN_DEVICE_FUNC const CwiseSignReturnType cwiseSign() const
CwiseUnaryOp< internal::scalar_arg_op< Scalar >, const Derived > CwiseArgReturnType
EIGEN_DEVICE_FUNC const SignReturnType sign() const
CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const Derived > CwiseAbsReturnType
EIGEN_DEVICE_FUNC const CwiseInverseReturnType cwiseInverse() const
#define EIGEN_DEVICE_FUNC
EIGEN_DEVICE_FUNC const CwiseArgReturnType cwiseArg() const
CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const Derived > CwiseInverseReturnType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbs2ReturnType cwiseAbs2() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbsReturnType cwiseAbs() const
Generic expression where a coefficient-wise unary operator is applied to an expression.