oa::FnMatrix::transpose

transpose: Materialize a swap of the last two axes for rank-2 or rank-3 matrices.

Function Documentation

oa::Matrix oa::FnMatrix::transpose( const oa::Matrix & inA, oa::I32 inDim0 = -2, oa::I32 inDim1 = -1 )
transpose: Materialize a swap of the last two axes for rank-2 or rank-3 matrices.

Parameters

inA
const oa::Matrix &

inDim0
oa::I32

Default: -2

inDim1
oa::I32

Default: -1

Returns

oa::Matrix

The declared return value.