|
Check if values are zero. More...
Functions | |
AFAPI array | iszero (const array &in) |
C++ Interface for checking if values are zero. More... | |
AFAPI af_err | af_iszero (af_array *out, const af_array in) |
C Interface for checking if values are zero. More... | |
Check if values are zero.
C Interface for checking if values are zero.
[out] | out | will contain 1's where input is 0, and 0 otherwise. |
[in] | in | is input |