Rank 1 Update of Cholesky Factors
Versione 1.0.1 (1,71 KB) da
Lateef Adewale Kareem
% This function updates the Cholesky factorization (A = R'*R) of a Matrix A % following a rank one update of the matrix A = A + alpha*y*y'
% This function updates the Cholesky factorization (A = R'*R) of a Matrix A
% following a rank one update of the matrix A = A + alpha*y*y'
% R = Upper triangular matrix
% alpha, y(Column vector) are the rank one update matrix alpha*y*y'
Cita come
Lateef Adewale Kareem (2024). Rank 1 Update of Cholesky Factors (https://www.mathworks.com/matlabcentral/fileexchange/100441-rank-1-update-of-cholesky-factors), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2021b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.