Go to the source code of this file.
◆ CwiseAbs2ReturnType
◆ CwiseAbsReturnType
◆ CwiseArgReturnType
◆ CwiseInverseReturnType
◆ CwiseSignReturnType
◆ CwiseSqrtReturnType
◆ cwiseAbs()
- Returns
- an expression of the coefficient-wise absolute value of
*this
Example:
Output:
- See also
- cwiseAbs2()
◆ cwiseAbs2()
- Returns
- an expression of the coefficient-wise squared absolute value of
*this
Example:
Output:
- See also
- cwiseAbs()
◆ cwiseArg()
- Returns
- an expression of the coefficient-wise phase angle of
*this
Example:
Output:
◆ cwiseInverse()
- Returns
- an expression of the coefficient-wise inverse of *this.
Example:
Output:
- See also
- cwiseProduct()
◆ cwiseSign()
- Returns
- an expression of the coefficient-wise signum of *this.
Example:
Output:
◆ cwiseSqrt()
- Returns
- an expression of the coefficient-wise square root of *this.
Example:
Output:
- See also
- cwisePow(), cwiseSquare()