Movatterモバイル変換


[0]ホーム

URL:


Skip to content

matrix_transpose

matrix_transpose(x:array,/)array

Transposes a matrix (or a stack of matrices)x.

Parameters:

x (array) – input array having shape(...,M,N) and whose innermost two dimensions formMxN matrices.

Returns:

out (array) – an array containing the transpose for each matrix and having shape(...,N,M). The returned array must have the same data type asx.


[8]ページ先頭

©2009-2025 Movatter.jp