self: (Tensor) the RHS tensor of size (∗,m,k), where ∗ is zero or more batch dimensions.
LU_data: (Tensor) the pivoted LU factorization of A from torch_lu of size (∗,m,m), where ∗ is zero or more batch dimensions.
LU_pivots: (IntTensor) the pivots of the LU factorization from torch_lu of size (∗,m), where ∗ is zero or more batch dimensions. The batch dimensions of LU_pivots must be equal to the batch dimensions of LU_data.