Efficient algorithms for performing, updating, and downdating the QR decomposition, R decomposition, or the inverse of the R decomposition of a matrix as rows or columns are added or removed. It also includes functions for solving linear systems of equations, normal equations for linear regression models, and normal equations for linear regression with a RIDGE penalty. For a detailed introduction to these methods, see the book by Golub and Van Loan (2013, <doi:10.1007/978-3-319-05089-8>) for complete introduction to the methods.
Version: | 1.0.0 |
Imports: | Rcpp (≥ 1.0.10), RcppEigen, Rdpack |
LinkingTo: | Rcpp, RcppArmadillo, RcppEigen |
Published: | 2025-02-04 |
DOI: | 10.32614/CRAN.package.fastQR |
Author: | Mauro Bernardi [aut, cre], Claudio Busatto [aut], Manuela Cattelan [aut] |
Maintainer: | Mauro Bernardi <mauro.bernardi at unipd.it> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
SystemRequirements: | GNU make |
CRAN checks: | fastQR results [issues need fixing before 2025-02-18] |
Reference manual: | fastQR.pdf |
Package source: | fastQR_1.0.0.tar.gz |
Windows binaries: | r-devel: fastQR_1.0.0.zip, r-release: fastQR_1.0.0.zip, r-oldrel: fastQR_1.0.0.zip |
macOS binaries: | r-release (arm64): fastQR_1.0.0.tgz, r-oldrel (arm64): not available, r-release (x86_64): fastQR_1.0.0.tgz, r-oldrel (x86_64): not available |
Please use the canonical form https://CRAN.R-project.org/package=fastQR to link to this page.