predictor-corrector algorithm

版本 1.0.0.0 (1.0 KB) 作者: Uriel Roque
Solves linear least squares with nonnegative variables
3.2K 次下载
更新时间 2006/5/3

无许可证

Solves the linear least squares problem with nonnegative variables using the predictor-corrector algorithm in:
Portugal, Judice and Vicente, A comparison of block pivoting and interior point algorithms for linear least squares problems with nonnegative variables, Mathematics of Computation, 63(1994), pp. 625-643

引用格式

Uriel Roque (2024). predictor-corrector algorithm (https://www.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Least Squares 的更多信息
致谢

启发作品: zeroSR1

Community Treasure Hunt

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

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

the search stops if the theta becomes zero.
documentation indicating steps of algorithm was added.