torch_orgqr {torch} | R Documentation |
Orgqr
Description
Orgqr
Usage
torch_orgqr(self, input2)
Arguments
self |
(Tensor) the |
input2 |
(Tensor) the |
orgqr(input, input2) -> Tensor
Computes the orthogonal matrix Q
of a QR factorization, from the (input, input2)
tuple returned by torch_geqrf
.
This directly calls the underlying LAPACK function ?orgqr
.
See LAPACK documentation for orgqr
_ for further details.
[Package torch version 0.13.0 Index]