I think the corresponding MATLAB function/operation is this: https://www.mathworks.com/help/matlab/ref/transpose.html
On Mon, Jun 24, 2019, 10:33 Alan Isaac <[email protected]> wrote: > 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 > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > https://mail.python.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.python.org/mailman/listinfo/numpy-discussion
