qr

qr

DECOMPOSITIONS

1 Description

Overrides base::qr() to dispatch on HDF5Matrix objects. For plain R matrices the call is forwarded to base::qr().

2 Usage

qr(x, ...)

3 Arguments

Parameter Description
x An or a plain R matrix/vector.

4 Value

For : a named list with elements and (both ). For plain R objects: the result of .

5 See Also