diff util/SMALL_solve.m @ 178:4ea4badb2266 danieleb

added ramirez dl (to be completed) and MOCOD dictionary update
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Thu, 17 Nov 2011 11:22:17 +0000
parents 23763c5fbda5 f42aa8bcb82f
children fd0b5d36f6ad
line wrap: on
line diff
--- a/util/SMALL_solve.m	Thu Nov 17 11:18:25 2011 +0000
+++ b/util/SMALL_solve.m	Thu Nov 17 11:22:17 2011 +0000
@@ -1,5 +1,5 @@
 function solver = SMALL_solve(Problem, solver)
-%% SMALL sparse solver
+%% SMALL sparse solver caller function
 %
 %   Function gets as input SMALL structure that contains SPARCO problem to
 %   be solved, name of the toolbox and solver, and parameters file for
@@ -88,7 +88,7 @@
     [y, numiter, time, y_path] = wrapper_ALPS_toolbox(b, A, solver.param);
 elseif (strcmpi(solver.toolbox, 'MMbox'))
     if ~isa(Problem.A,'float')
-        % ALPS does not accept implicit dictionary definition
+        % MMbox does not accept implicit dictionary definition
         A = opToMatrix(Problem.A, 1);
     end