Ormqr
torch_ormqr(self, input2, input3, left = TRUE, transpose = FALSE)
self
a
torch_geqrf
input2
tau
input3
left
transpose
Multiplies mat (given by input3) by the orthogonal Q matrix of the QR factorization formed by torch_geqrf() that is represented by (a, tau) (given by (input, input2)).
mat
Q
torch_geqrf()
(a, tau)
input
This directly calls the underlying LAPACK function ?ormqr.
?ormqr
Useful links