torch — PyTorch 1.10.1 documentation
pytorch.org › docs › stableAlias for torch.linalg.pinv() qr. Computes the QR decomposition of a matrix or a batch of matrices input, and returns a namedtuple (Q, R) of tensors such that input = Q R \text{input} = Q R input = QR with Q Q Q being an orthogonal matrix or batch of orthogonal matrices and R R R being an upper triangular matrix or batch of upper triangular ...