diff util/SMALL_solve.m @ 85:fd1c32cda22c

Comments to small_rlsdla.m, removed unfinished work.
author Ivan <ivan.damnjanovic@eecs.qmul.ac.uk>
date Tue, 05 Apr 2011 17:03:26 +0100
parents d80c103d9876
children f6cc633fd94b
line wrap: on
line diff
--- a/util/SMALL_solve.m	Fri Apr 01 14:27:44 2011 +0100
+++ b/util/SMALL_solve.m	Tue Apr 05 17:03:26 2011 +0100
@@ -1,6 +1,12 @@
 function solver = SMALL_solve(Problem, solver)
 %%% SMALL sparse solver
 %
+%   Function gets as input SMALL structure that contains SPARCO problem to
+%   be solved, name of the toolbox and solver, and parameters file for
+%   particular solver.
+%
+%   Outputs are solution, reconstructed signal and time spent
+
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2009 Ivan Damnjanovic.
 %
@@ -10,11 +16,6 @@
 %   License, or (at your option) any later version.  See the file
 %   COPYING included with this distribution for more information.
 %   
-%   Function gets as input SMALL structure that contains SPARCO problem to
-%   be solved, name of the toolbox and solver, and parameters file for
-%   particular solver.
-%
-%   Outputs are solution, reconstructed signal and time spent
 %%
 
 if isa(Problem.A,'float')