|
Logical not of an input. More...
Functions | |
AFAPI af_err | af_not (af_array *out, const af_array in) |
C Interface for performing logical not on input. More... | |
array | operator! () const |
Performs a not operation on the values of the array. More... | |
Logical not of an input.
C Interface for performing logical not on input.
[out] | out | will contain result of logical not of in . out is of type b8 |
[in] | in | is the input |
array operator! | ( | ) | const |
Performs a not operation on the values of the array.