powered by
Orgqr
torch_orgqr(self, input2)
(Tensor) the a from torch_geqrf.
a
torch_geqrf
(Tensor) the tau from torch_geqrf.
tau
Computes the orthogonal matrix Q of a QR factorization, from the (input, input2) tuple returned by torch_geqrf.
Q
(input, input2)
This directly calls the underlying LAPACK function ?orgqr. See LAPACK documentation for orgqr_ for further details.
?orgqr
LAPACK documentation for orgqr