WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Typedefs | |
typedef CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const Derived > | CwiseAbsReturnType |
typedef CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const Derived > | CwiseAbs2ReturnType |
typedef CwiseUnaryOp< internal::scalar_arg_op< Scalar >, const Derived > | CwiseArgReturnType |
typedef CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const Derived > | CwiseSqrtReturnType |
typedef CwiseUnaryOp< internal::scalar_sign_op< Scalar >, const Derived > | CwiseSignReturnType |
typedef CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const Derived > | CwiseInverseReturnType |
Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbsReturnType | cwiseAbs () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbs2ReturnType | cwiseAbs2 () const |
EIGEN_DEVICE_FUNC const CwiseSqrtReturnType | cwiseSqrt () const |
EIGEN_DEVICE_FUNC const CwiseSignReturnType | cwiseSign () const |
EIGEN_DEVICE_FUNC const CwiseInverseReturnType | cwiseInverse () const |
EIGEN_DEVICE_FUNC const CwiseArgReturnType | cwiseArg () const |
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 |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbsReturnType cwiseAbs | ( | ) | const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbs2ReturnType cwiseAbs2 | ( | ) | const |
*this
Example:
Output:
|
inline |
*this
Example:
Output:
|
inline |
Example:
Output:
cwiseProduct()
|
inline |
Example:
Output:
|
inline |
Example:
Output:
cwisePow(), cwiseSquare()