↓ 1 callersMethod_rmul_interleaved Batch-varying variable @ constant: use interleaved matrix structure. When the constant has batch dimensions (e.g., X(B,m,k) @ C(B,k,
cvxpy/lin_ops/backends/scipy_backend.py:683
↓ 1 callersMethod_transpose_stacked Given v, which is a stacked matrix of shape (p * n, m), transpose each slice of v, returning a stacked matrix of shape (p * m, n).
cvxpy/lin_ops/backends/scipy_backend.py:1011