Rank 1 Update for LU factors
バージョン 1.0.3 (1.64 KB) 作成者:
Lateef Adewale Kareem
% This function updates the LU factorization (PA = LU) of a Matrix A following a rank % one update of the matrix A = A + alpha*y*z'
% This function updates the LU factorization (PA = LU) of a Matrix A following a rank
% one update of the matrix A = A + alpha*y*z'
% L = Lower unit matrix
% U = Upper triangular matrix
% P = Permutation matrix
% alpha, yy(Column vector) and zy(Column vector) are the rank one update
% matrix alpha*y*z'
引用
Lateef Adewale Kareem (2024). Rank 1 Update for LU factors (https://www.mathworks.com/matlabcentral/fileexchange/100436-rank-1-update-for-lu-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!