Flip dimensions of the data array in place.
Flip the dimensions whose positions are given. By default all dimensions are flipped.
The axes which were flipped, in arbitrary dimensions.
Examples
>>> d.flip() >>> d.flip(1)
>>> e = d[::-1, :, ::-1] >>> d.flip([2, 0]).equals(e) True
cf.Data.flat
cf.Data.func
Enter search terms or a module, class or function name.