array_transp {kDGLM} | R Documentation |
array_transp
Description
Calculates the element-wise transposition of an array.
Usage
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]).
[Package kDGLM version 1.2.0 Index]