qrchol, provides the Cholesky decomposition of the symmetric and positive definite matrix \(X^\top X\in\mathbb{R}^{p\times p}\), where \(X\in\mathbb{R}^{n\times p}\) is the input matrix.
qrchol(X, nb = NULL)an upper triangular matrix of dimension \(p\times p\) which represents the Cholesky decomposition of \(X^\top X\).
an \((n\times p)\) matrix.
number of blocks for the recursive block QR decomposition, default is NULL.