qr.R,gpuQR-method: Reconstruct the Q or R Matrices from a gpuQR Object
Description
Returns the components of the QR decomposition.
Usage
# S4 method for gpuQR
qr.R(qr, complete = FALSE)# S4 method for gpuQR
qr.Q(qr, complete = FALSE)
Value
qr.Q
returns all of Q
qr.R
returns all of R