Flip the input along a specified dimension. More...
Functions | |
AFAPI array | flip (const array &in, const unsigned dim) |
C++ Interface to flip an array. More... | |
AFAPI af_err | af_flip (af_array *out, const af_array in, const unsigned dim) |
C Interface to flip an array. More... | |
Flip the input along a specified dimension.
Mirrors the array along the specified dimension.
C Interface to flip an array.
[out] | out | flipped array |
[in] | in | input array |
[in] | dim | dimension to flip |