linsolve_batched# bayesflow.utils.linsolve_batched(lambda_matrix: Tensor, rhs: Tensor) → Tensor[source]# Solve Λ x = rhs for x, batched. Lambda: (B,m,m), rhs: (B,m).