nnls

block principal pivoting algorithm

您现在正在关注此提交

solves the linear least squares problem with nonnegative variables using the block principal pivoting 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 (2026). nnls (https://ww2.mathworks.cn/matlabcentral/fileexchange/8157-nnls), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: zeroSR1, LBFGSB (L-BFGS-B) mex wrapper

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Algorithm corrected.
User can now select a random or a fixed initial permutation of the set of {1,...,n}
working with fixed permutations seems to be faster