Check if values are zero. More...
| Functions | |
| array | iszero (const array &in) | 
| C++ Interface to check which values are zero. | |
| af_err | af_iszero (af_array *out, const af_array in) | 
| C Interface to check if values are zero. | |
Check if values are zero.
C Interface to check if values are zero.
| [out] | out | array containing 1's where input is 0; 0's otherwise | 
| [in] | in | input array |