• 大小: 78KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-17
  • 语言: Matlab
  • 标签: l1-ls  

资源简介

最优化问题求解,l1-ls 范数求解matlab程序包。

资源截图

代码片段和文件信息

function [lambda_max] = find_lambdamax_l1_ls(Aty)
%
% find_lambdamax_l1_ls returns the maximum value of lambda
%    among all lambdas that make the solution non-zero.
%
% INPUT
%   At  : matrix or object; At = transpose of A
%   y   : vector
%
% [lambda_max] = find_lambdamax_l1_ls(Aty)
%

lambda_max = norm(2*(At*y)inf);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         325  2007-03-05 10:27  l1_ls_matlab\find_lambdamax_l1_ls.m
     文件         339  2008-05-15 22:57  l1_ls_matlab\find_lambdamax_l1_ls_nonneg.m
     文件        8414  2008-04-11 00:49  l1_ls_matlab\l1_ls.m
     文件        7985  2008-04-11 00:48  l1_ls_matlab\l1_ls_nonneg.m
     文件        1306  2007-03-07 22:19  l1_ls_matlab\operator_example.m
     文件         387  2007-03-05 10:27  l1_ls_matlab\simple_example.m
     文件       83735  2008-05-15 23:29  l1_ls_matlab\l1_ls_usrguide.pdf
     文件        1496  2008-05-15 23:29  l1_ls_matlab\README.TXT
     文件          72  2007-03-05 10:27  l1_ls_matlab\@partialDCT\ctranspose.m
     文件         175  2007-03-05 10:27  l1_ls_matlab\@partialDCT\mtimes.m
     文件         178  2008-04-08 06:05  l1_ls_matlab\@partialDCT\partialDCT.m

评论

共有 条评论

相关资源