zonopy.stack# zonopy.stack(bpzlist, dim=0)[source]# Stack a list of polyZonotopes or batchPolyZonotopes along a given dimension. Parameters: bpzlist (list) – List of polyZonotopes or batchPolyZonotopes to stack dim (int, optional) – Dimension to stack along. Defaults to 0. Returns: Stacked batchPolyZonotope Return type: batchPolyZonotope