This article introduces randomized block Gram-Schmidt process (RBGS) for QR decomposition. RBGS extends the single-vector randomized Gram-Schmidt (RGS) algorithm …
Y Fan, H Guan, Z Qiao - arXiv preprint arXiv:2408.06311, 2024 - arxiv.org
Shifted CholeskyQR3 is designed to address the QR factorization of ill-conditioned matrices. This algorithm introduces a shift parameter $ s $ to prevent failure during the initial Cholesky …
H Guan, Y Fan - arXiv preprint arXiv:2410.06525, 2024 - arxiv.org
CholeskyQR is an efficient algorithm for QR factorization with several advantages compared with orhter algorithms. In order to improve its orthogonality, CholeskyQR2 is developed\cite …
E Timsit, L Grigori, O Balabanov - arXiv preprint arXiv:2302.07466, 2023 - arxiv.org
Randomized orthogonal projection methods (ROPMs) can be used to speed up the computation of Krylov subspace methods in various contexts. Through a theoretical and …
CholeskyQR2 and shifted CholeskyQR3 are two state-of-the-art algorithms for computing tall- and-skinny QR factorizations since they attain high performance on current computer …
H Guan, Y Fan - arXiv preprint arXiv:2410.09389, 2024 - arxiv.org
CholeskyQR-type algorithms are very popular in both academia and industry in recent years. It could make a balance between the computational cost, accuracy and speed …
We consider computing the QR factorization with column pivoting (QRCP) for a tall and skinny matrix, which has important applications including low-rank approximation and rank …
H Guan, Y Fan - arXiv preprint arXiv:2412.06551, 2024 - arxiv.org
In this work, we focus on improving LU-CholeskyQR2\cite {LUChol}. Compared to other deterministic and randomized CholeskyQR-type algorithms, it does not require a sufficient …
On current computer architectures, GMRES'performance can be limited by its communication cost to generate orthonormal basis vectors of the Krylov subspace. To …