Learn R Programming

gpuR (version 2.0.3)

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)

Arguments

qr

gpuQR object

complete

not currently used

Value

qr.Q returns all of Q qr.R returns all of R

See Also

qr.R, qr.Q