| copyto |
| reshape | |
| ravel | |
| ndarray.flat | A 1-D iterator over the array. |
| ndarray.flatten([order]) | Return a copy of the array collapsed into one dimension. |
| rollaxis | |
| swapaxes | |
| ndarray.T | Same as self.transpose(), except that self is returned if self.ndim < 2. |
| transpose |
| atleast_1d | |
| atleast_2d | |
| atleast_3d | |
| broadcast | Produce an object that mimics broadcasting. |
| broadcast_arrays | |
| expand_dims | |
| squeeze |
| asarray | |
| asanyarray | |
| asmatrix | |
| asfarray | |
| asfortranarray | |
| asscalar | |
| require |
| column_stack | |
| concatenate | |
| dstack | |
| hstack | |
| vstack |
| array_split | |
| dsplit | |
| hsplit | |
| split | |
| vsplit |
| tile | |
| repeat |
| delete | |
| insert | |
| append | |
| resize | |
| trim_zeros | |
| unique |
| fliplr | |
| flipud | |
| reshape | |
| roll | |
| rot90 |