View source: R/S3_factorizations.R
| qr | R Documentation |
Overrides base::qr() to dispatch on HDF5Matrix objects.
For plain R matrices the call is forwarded to base::qr().
qr(x, ...)
x |
An |
... |
Additional arguments passed to |
For HDF5Matrix: a named list with elements Q
and R (both HDF5Matrix). For plain R objects: the
result of base::qr().
qr.HDF5Matrix, chol.HDF5Matrix,
solve.HDF5Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.