torch.orgqr
-
torch.orgqr(input, input2) → Tensor -
Computes the orthogonal matrix
Qof a QR factorization, from the(input, input2)tuple returned bytorch.geqrf().This directly calls the underlying LAPACK function
?orgqr. See LAPACK documentation for orgqr for further details.- Parameters
-
-
input (Tensor) – the
afromtorch.geqrf(). -
input2 (Tensor) – the
taufromtorch.geqrf().
-
input (Tensor) – the
© 2019 Torch Contributors
Licensed under the 3-clause BSD License.
https://pytorch.org/docs/1.8.0/generated/torch.orgqr.html