jax.numpy.linalg.matrix_transpose# jax.numpy.linalg.matrix_transpose(x, /)[source]# Transposes a matrix (or a stack of matrices) x. Parameters: x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – Return type: Array