Module transpose

Module transpose 

Source

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