boundlab.expr.Cat#

boundlab.expr.Cat(*children, dim=0)[source]#

Concatenate child expressions along a dimension.

Implemented as an AffineSum whose per-child operator is a SetSliceOp that embeds the child into the correct slice of the full output shape.