array_transp function

array_transp

array_transp

Calculates the element-wise transposition of an array.

array_transp(A)

Arguments

  • A: A 3-D array.

Details

For an array A with shapes n x m x k, this operations returns an array C, with shapes m x n x k, so that C[,,i] = t(A[,,i]).

  • Maintainer: Silvaneo dos Santos Jr.
  • License: GPL (>= 3)
  • Last published: 2025-03-20