Learn R Programming

gpuR (version 2.0.6)

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

Arguments

qr

gpuQR object

complete

not currently used

Author

Charles Determan Jr.

See Also