[Numpy-discussion] Syntax Improvement for Array Transpose

Alan Isaac alan.isaac at gmail.com
Mon Jun 24 10:32:07 EDT 2019


Points of reference:
Mathematica: https://reference.wolfram.com/language/ref/Transpose.html
Matlab: https://www.mathworks.com/help/matlab/ref/permute.html

Personally I would find any divergence between a.T and a.transpose()
to be rather surprising.

Cheers, Alan Isaac


More information about the NumPy-Discussion mailing list