phase
Overloads
| Name | Description |
|---|---|
phase(const ComplexArray arr) -> ComplexArray | Computes the phase angle (argument) of the ComplexArray arr element-wise. |
phase(const RealArray arr) -> RealArray | Computes the phase angle (argument) of the RealArray arr element-wise. |
phase(const ComplexArray arr) -> ComplexArray
Computes the phase angle (argument) of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.
phase(const RealArray arr) -> RealArray
Computes the phase angle (argument) of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.