qrΒΆ
Returns the QR decomposition of a full column rank matrix (or a stack of matrices).
Abstract Signature:
qr(x: array, mode: Literal[reduced, complete])
Returns the QR decomposition of a full column rank matrix (or a stack of matrices).
Abstract Signature:
qr(x: array, mode: Literal[reduced, complete])