↓ 1 callersMethod_broadcast_batch_dims Broadcast batch dimensions for ND matrix multiplication. For A @ B where A has shape (...a, m, k) and B has shape (...b, k, n),
cvxpy/atoms/affine/binary_operators.py:146
↓ 1 callersMethod_mul_interleaved Batch-varying constant @ variable: use interleaved matrix structure. When the constant has batch dimensions (e.g., C(B,m,k) @ X(B,k,
cvxpy/lin_ops/backends/scipy_backend.py:580