Rank-2 update to LU Factorization
版本 1.0.0.0 (1.3 KB) 作者:
Greg von Winckel
Solve an LU-factorized system with rank-2 update.
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.
引用格式
Greg von Winckel (2025). Rank-2 update to LU Factorization (https://ww2.mathworks.cn/matlabcentral/fileexchange/8270-rank-2-update-to-lu-factorization), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R14
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 |
