The moveaxis function#

Aliases#

halerium.core.moveaxis
halerium.core.math.moveaxis
moveaxis(operand, source, destination)#

Move axis.

Parameters:
  • operand – The input of the operation.

  • source (int, tuple) – The source position(s) of the axis (axes) to move.

  • destination (int, tuple) – The destination position(s) of the axis (axes) to move.

  • positions. (Move axes of an array to new) –

  • order. (Other axes remain in their original) –