numpy.ma.transpose

numpy.ma.transpose(a, axes=None)

Return a view of the array with dimensions permuted according to axes, as a masked array.

If axes is None (default), the output view has reversed dimensions compared to the original.

Previous topic

numpy.ma.trace

Next topic

numpy.ma.MaskedArray.trace

This Page

Quick search