Rank 1 Update of Cholesky Factors

% 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'
8.0 次下载
更新时间 2022/5/25

查看许可证

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

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Change title for better visibility

1.0.0