Skip to main content

inverse_sqrt

Overloads

NameDescription
inverse_sqrt(const ComplexArray arr) -> ComplexArrayComputes the reciprocal square root of the ComplexArray arr element-wise.
inverse_sqrt(const RealArray arr) -> RealArrayComputes the reciprocal square root of the RealArray arr element-wise.

inverse_sqrt(const ComplexArray arr) -> ComplexArray

Computes the reciprocal square root of the ComplexArray arr element-wise.

Parameters

inverse_sqrt(const RealArray arr) -> RealArray

Computes the reciprocal square root of the RealArray arr element-wise.

Parameters