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

qr.R,gpuQR-methodR 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

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


gpuR documentation built on May 29, 2024, 11:56 a.m.