Evaluate the reciprocal square root. More...
Functions | |
AFAPI array | rsqrt (const array &in) |
C++ Interface to evaluate the reciprocal square root. More... | |
AFAPI af_err | af_rsqrt (af_array *out, const af_array in) |
C Interface to evaluate the reciprocal square root. More... | |
Evaluate the reciprocal square root.
\[ \frac{1}{\sqrt{x}} \]
C Interface to evaluate the reciprocal square root.
[out] | out | reciprocal square root |
[in] | in | input array |