Skip to main content

inverse

Overloads

NameDescription
inverse(const ComplexArray arr) -> ComplexArrayComputes the multiplicative inverse (reciprocal) of the ComplexArray arr element-wise.
inverse(const RealArray arr) -> RealArrayComputes 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

inverse(const RealArray arr) -> RealArray

Computes the multiplicative inverse (reciprocal) of the RealArray arr element-wise.

Parameters