qr-methods: The QR Decomposition of a gpuR matrix

Description Usage Arguments Value Note Author(s) See Also

Description

qr computes the QR decomposition of a gpuR matrix

Usage

1
2
3
4
5
## S3 method for class 'gpuMatrix'
qr(x, ..., inplace = FALSE)

## S3 method for class 'vclMatrix'
qr(x, ..., inplace = FALSE)

Arguments

x

A gpuR matrix

...

further arguments passed to or from other methods

inplace

Logical indicating if operations performed inplace

Value

A list containing the QR decomposition of the matrix of class gpuQR. The returned value is a list with the following components:

Note

This an S3 generic of qr. The default continues to point to the default base function.

Furthermore, the list returned does not contain the exact same elements as qr. The matrix storage format applied herein doesn't match the base compact form. The method also doesn't return qraux, rank, or pivot but instead returns betas

Author(s)

Charles Determan Jr.

See Also

qr


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