|
Flatten the input to a single dimension. More...
Functions | |
AFAPI array | flat (const array &in) |
AFAPI af_err | af_flat (af_array *out, const af_array in) |
Flatten the input to a single dimension.
Simply returns the array as a vector. This is a noop.
[out] | out | is the flat array |
[in] | in | is the input array |