Evaluate the bitwise NOT of an array. More...
| Functions | |
| af_err | af_bitnot (af_array *out, const af_array in) | 
| C Interface to evaluate the bitwise NOT of an array. | |
| array | operator~ () const | 
| Performs a bitwise not operation on the values of the array. | |
Evaluate the bitwise NOT of an array.
C Interface to evaluate the bitwise NOT of an array.
| [out] | out | ~, bitwise NOT | 
| [in] | in | input array |