qr.R-methods: Reconstruct the Q or R Matrices from a gpuQR Object

Description Usage Arguments Value Author(s) See Also

Description

Returns the components of the QR decomposition.

Usage

1
2
3
4
5
## S4 method for signature 'gpuQR'
qr.R(qr, complete = FALSE)

## S4 method for signature '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

Author(s)

Charles Determan Jr.

See Also

qr.R, qr.Q


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.