Skip to content

Commit

Permalink
Merge pull request numpy#5264 from nils-werner/untranspose
Browse files Browse the repository at this point in the history
Untranspose method
  • Loading branch information
charris committed Nov 18, 2014
2 parents 8dd530b + 7b1f8e2 commit 53a202b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions numpy/core/fromnumeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,12 @@ def transpose(a, axes=None):
See Also
--------
rollaxis
argsort
Notes
-----
Use `transpose(a, argsort(axes))` to invert the transposition of tensors
when using the `axes` keyword argument.
Examples
--------
Expand Down

0 comments on commit 53a202b

Please sign in to comment.