MCPcopy Create free account
hub / github.com/numpy/numpy / mT

Method mT

numpy/array_api/_array_object.py:1090–1092  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1088 # Note: mT is new in array API spec (see matrix_transpose)
1089 @property
1090 def mT(self) -> Array:
1091 from .linalg import matrix_transpose
1092 return matrix_transpose(self)
1093
1094 @property
1095 def ndim(self) -> int:

Callers

nothing calls this directly

Calls 1

matrix_transposeFunction · 0.85

Tested by

no test coverage detected