↓ 96 callersMethodvstack Given views (A0,b0), (A1,b1),..., (An,bn), first, stack them along axis 0 via hstack. Then, permute the rows of the resulting tensor
cvxpy/lin_ops/backends/base.py:850
↓ 81 callersMethodhstack Given views (A0,b0), (A1,b1),..., (An,bn), stack all tensors along axis 0, i.e., return (A0, b0) A1, b1 ...
cvxpy/lin_ops/backends/base.py:800