cholupdate
Rank 1 update to Cholesky factorization
Description
function chol.update , where R = chol(A) is the original Cholesky
factorization of \(\mathbf{A}\) , returns the upper triangular Cholesky factor of
\(\mathbf{A} + \mathbf{xx}^T\) , with x a column vector of appropriate dimension.
Usage
Arguments
| Argument | Description |
|---|---|
r |
a upper triangular matrix, the Cholesky factor of matrix a. |
x |
vector defining the rank one update. |
Seealso
References
Golub, G.H., Van Loan, C.F. (2013). Matrix Computations , 4th Edition. John Hopkins University Press.