diff util/SMALL_solve.m @ 161:f42aa8bcb82f ivand_dev

debug and clean the SMALLbox Problems code
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 31 Aug 2011 12:02:19 +0100
parents b14209313ba4
children 4ea4badb2266 751fa3bddd30
line wrap: on
line diff
--- a/util/SMALL_solve.m	Mon Aug 22 11:46:35 2011 +0100
+++ b/util/SMALL_solve.m	Wed Aug 31 12:02:19 2011 +0100
@@ -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