comparison util/SMALL_solve.m @ 24:fc395272d53e

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:33:00 +0000
parents bcc748594b61
children d80c103d9876
comparison
equal deleted inserted replaced
23:636a2a3d7302 24:fc395272d53e
1 function solver = SMALL_solve(Problem, solver) 1 function solver = SMALL_solve(Problem, solver)
2 %%% SMALL sparse solver 2 %%% SMALL sparse solver
3 % Ivan Damnjanovic 2009 3 %
4 % Centre for Digital Music, Queen Mary, University of London.
5 % This file copyright 2009 Ivan Damnjanovic.
6 %
7 % This program is free software; you can redistribute it and/or
8 % modify it under the terms of the GNU General Public License as
9 % published by the Free Software Foundation; either version 2 of the
10 % License, or (at your option) any later version. See the file
11 % COPYING included with this distribution for more information.
12 %
4 % Function gets as input SMALL structure that contains SPARCO problem to 13 % Function gets as input SMALL structure that contains SPARCO problem to
5 % be solved, name of the toolbox and solver, and parameters file for 14 % be solved, name of the toolbox and solver, and parameters file for
6 % particular solver. 15 % particular solver.
7 % 16 %
8 % Outputs are solution, reconstructed signal and time spent 17 % Outputs are solution, reconstructed signal and time spent