View source: R/gen-namespace.R
torch_orgqr | R Documentation |
Orgqr
torch_orgqr(self, input2)
self |
(Tensor) the |
input2 |
(Tensor) the |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.