@d4c/numjs
Preparing search index...
index
transpose
Function transpose
transpose
(
x
:
number
|
ArbDimNumArray
|
NdArray
,
axes
?:
number
[]
)
:
NdArray
Permute the dimensions of the input array according to the given axes.
Parameters
x
:
number
|
ArbDimNumArray
|
NdArray
Optional
axes
:
number
[]
Returns
NdArray
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@d4c/numjs
Loading...
Permute the dimensions of the input array according to the given axes.