|
Square root of input arrays. More...
Functions | |
AFAPI array | sqrt (const array &in) |
C++ Interface for square root of input. More... | |
AFAPI af_err | af_sqrt (af_array *out, const af_array in) |
C Interface for square root. More... | |
Square root of input arrays.
C Interface for square root.
[out] | out | will contain the square root of in |
[in] | in | is input |
C++ Interface for square root of input.
[in] | in | is input |