| qr.R,gpuQR-method | R Documentation |
Returns the components of the QR decomposition.
## S4 method for signature 'gpuQR'
qr.R(qr, complete = FALSE)
## S4 method for signature 'gpuQR'
qr.Q(qr, complete = FALSE)
qr |
|
complete |
not currently used |
qr.Q returns all of Q,
qr.R returns all of R
Charles Determan Jr.
qr.R, qr.Q
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.