inverse
Overloads
| Name | Description |
|---|---|
inverse(const ComplexArray arr) -> ComplexArray | Computes the multiplicative inverse (reciprocal) of the ComplexArray arr element-wise. |
inverse(const RealArray arr) -> RealArray | Computes the multiplicative inverse (reciprocal) of the RealArray arr element-wise. |
inverse(const ComplexArray arr) -> ComplexArray
Computes the multiplicative inverse (reciprocal) of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.
inverse(const RealArray arr) -> RealArray
Computes the multiplicative inverse (reciprocal) of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.