Rank 1 Update for LU factors
Version 1.0.3 (1,64 ko) par
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'
Citation pour cette source
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. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2021b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.3 | combined inner loop into 1 |
||
1.0.2 | Updated license information. |
||
1.0.1 | Change title for better visibility |
||
1.0.0 |