powered by
Overrides base::qr() to dispatch on HDF5Matrix objects. For plain R matrices the call is forwarded to base::qr().
base::qr()
HDF5Matrix
qr(x, ...)
For HDF5Matrix: a named list with elements Q
Q
and R (both HDF5Matrix). For plain R objects: the result of base::qr().
R
An HDF5Matrix or a plain R matrix/vector.
Additional arguments passed to qr.HDF5Matrix() or ignored for qr.default().
qr.HDF5Matrix()
qr.default()
qr.HDF5Matrix, chol.HDF5Matrix, solve.HDF5Matrix
qr.HDF5Matrix
chol.HDF5Matrix
solve.HDF5Matrix