LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
thirdparty
libQBD
+libqbd
l1norm_cell.m
1
function value = l1norm_cell(vectors)
2
value = 0.0;
3
for
k = 1:numel(vectors)
4
value = value + norm(vectors{k}, 1);
5
end
6
end
Generated by
1.9.8