qr.R,gpuQR-method {gpuR} | R Documentation |
Reconstruct the Q or R Matrices from a gpuQR Object
Description
Returns the components of the QR decomposition.
Usage
## S4 method for signature 'gpuQR'
qr.R(qr, complete = FALSE)
## S4 method for signature 'gpuQR'
qr.Q(qr, complete = FALSE)
Arguments
qr |
|
complete |
not currently used |
Value
qr.Q
returns all of Q
,
qr.R
returns all of R
Author(s)
Charles Determan Jr.
See Also
[Package gpuR version 2.0.6 Index]