R/linalg.r
linalg-qr-Q.Rd
Computes the Q matrix from the compact QR factorization.
linalg_qr_Q(QR, qraux, Q, work)
The compact QR factorization. The return from qr().
qr()
Auxilliary data for the compact QR.
The output Q matrix.
A workspace vector.