The concatenate function#

Aliases#

halerium.core.concatenate
halerium.core.math.concatenate
concatenate(operands, axis=0)#

Concatenate operands.

Parameters:
  • operands – The sequence of operands to concatenate.

  • axis (int) – The axis along which to concatenate the operands.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Concatenate