Open mrfh92 opened 3 weeks ago
Make qr accept and process batches of matrices as PyTorch's QR does. Functionality should be similar to solve_triangular's or matmul's batch-capabilities.
Branch features/1707-Batched_QR created!
Make qr accept and process batches of matrices as PyTorch's QR does. Functionality should be similar to solve_triangular's or matmul's batch-capabilities.