Re-exports§
pub use into_transpose as into_permute_dims;pub use into_transpose_f as into_permute_dims_f;pub use transpose as permute_dims;pub use transpose_f as permute_dims_f;
Functions§
- into_
reverse_ axes - into_
swapaxes - into_
swapaxes_ f - into_
transpose - into_
transpose_ f - reverse_
axes - Reverse the order of elements in an array along the given axis.
- swapaxes
- Interchange two axes of an array.
- swapaxes_
f - transpose
- Permutes the axes (dimensions) of an array
x. - transpose_
f