![]() |
Bitwise not on the input. More...
Functions | |
AFAPI af_err | af_bitnot (af_array *out, const af_array in) |
C Interface for performing bitwise not on input. More... | |
array | operator~ () const |
Performs a bitwise not operation on the values of the array. More... | |
Bitwise not on the input.
C Interface for performing bitwise not on input.
[out] | out | will contain result of bitwise not of in . |
[in] | in | is the input |