The stack function#
Aliases#
halerium.core.stack
halerium.core.math.stack
- stack(operands, axis=0)#
Stack operands.
- Parameters:
operands – The sequence of operands to stack.
axis (int) – The axis in the result along which operands are stacked.
- Returns:
operator – The halerium Operator representing the operation.
- Return type: