fastQR: Fast QR Decomposition and Update

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
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

Documentation:

Reference manual: fastQR.pdf

Downloads:

Package source: fastQR_1.0.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
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

Linking:

Please use the canonical form https://CRAN.R-project.org/package=fastQR to link to this page.