Go to the source code of this file.
Typedefs | |
typedef CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const Derived > | CwiseAbs2ReturnType |
typedef CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const Derived > | CwiseAbsReturnType |
typedef CwiseUnaryOp< internal::scalar_arg_op< Scalar >, const Derived > | CwiseArgReturnType |
typedef CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const Derived > | CwiseInverseReturnType |
typedef CwiseUnaryOp< internal::scalar_sign_op< Scalar >, const Derived > | CwiseSignReturnType |
typedef CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const Derived > | CwiseSqrtReturnType |
Functions | |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseAbsReturnType | cwiseAbs () const |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseAbs2ReturnType | cwiseAbs2 () const |
const EIGEN_DEVICE_FUNC CwiseArgReturnType | cwiseArg () const |
const EIGEN_DEVICE_FUNC CwiseInverseReturnType | cwiseInverse () const |
const EIGEN_DEVICE_FUNC CwiseSignReturnType | cwiseSign () const |
const EIGEN_DEVICE_FUNC CwiseSqrtReturnType | cwiseSqrt () const |
typedef CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const Derived> CwiseAbs2ReturnType |
Definition at line 16 of file MatrixCwiseUnaryOps.h.
typedef CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const Derived> CwiseAbsReturnType |
Definition at line 15 of file MatrixCwiseUnaryOps.h.
typedef CwiseUnaryOp<internal::scalar_arg_op<Scalar>, const Derived> CwiseArgReturnType |
Definition at line 17 of file MatrixCwiseUnaryOps.h.
typedef CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const Derived> CwiseInverseReturnType |
Definition at line 20 of file MatrixCwiseUnaryOps.h.
typedef CwiseUnaryOp<internal::scalar_sign_op<Scalar>, const Derived> CwiseSignReturnType |
Definition at line 19 of file MatrixCwiseUnaryOps.h.
typedef CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const Derived> CwiseSqrtReturnType |
Definition at line 18 of file MatrixCwiseUnaryOps.h.
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseAbsReturnType cwiseAbs | ( | ) | const |
*this
Example:
Output:
Definition at line 33 of file MatrixCwiseUnaryOps.h.
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseAbs2ReturnType cwiseAbs2 | ( | ) | const |
*this
Example:
Output:
Definition at line 46 of file MatrixCwiseUnaryOps.h.
|
inline |
*this
Example:
Output:
Definition at line 95 of file MatrixCwiseUnaryOps.h.
|
inline |
Example:
Output:
Definition at line 84 of file MatrixCwiseUnaryOps.h.
|
inline |
Example:
Output:
Definition at line 70 of file MatrixCwiseUnaryOps.h.
|
inline |
Example:
Output:
Definition at line 59 of file MatrixCwiseUnaryOps.h.