Rank-2 update to LU Factorization

Solve an LU-factorized system with rank-2 update.
2K téléchargements
Mise à jour 12 août 2005

Afficher la licence

This script solves the system Ax=b, where A is given in terms of its LU factors plus a rank-2 update.

A=LU+u1*v1'+u2*v2'

A, L, and U must all be nonsingular. Solves the linear system in O(n^2) operations.

Citation pour cette source

Greg von Winckel (2024). Rank-2 update to LU Factorization (https://www.mathworks.com/matlabcentral/fileexchange/8270-rank-2-update-to-lu-factorization), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0