TransposeLayoutExtension extension
- on
Methods
-
moveAxes(
int source, int target) → Layout -
Available on Layout, provided by the TransposeLayoutExtension extension
Returns a layout with axissourcemoved totarget. -
swapAxes(
int first, int second) → Layout -
Available on Layout, provided by the TransposeLayoutExtension extension
Returns a layout with axisfirstandsecondswapped. -
transpose(
{Iterable< int> ? axes}) → Layout -
Available on Layout, provided by the TransposeLayoutExtension extension
Returns a layout with the transposed axis.