Evaluate the logical NOT of an array. More...
Functions | |
AFAPI af_err | af_not (af_array *out, const af_array in) |
C Interface to evaluate the logical NOT of an array. | |
array | operator! () const |
Performs a not operation on the values of the array. | |
Evaluate the logical NOT of an array.
C Interface to evaluate the logical NOT of an array.
[out] | out | result of logical NOT; type is b8 |
[in] | in | input |