comparison examples/SMALL_solver_test_Audio.m @ 163:855025f4c779 ivand_dev

renaiming small_cgp to small_pcgp
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 07 Sep 2011 14:16:50 +0100
parents 8e660fd14774
children
comparison
equal deleted inserted replaced
161:f42aa8bcb82f 163:855025f4c779
59 %% 59 %%
60 % SMALL Conjugate Gradient test 60 % SMALL Conjugate Gradient test
61 61
62 SMALL.solver(i)=SMALL_init_solver; 62 SMALL.solver(i)=SMALL_init_solver;
63 SMALL.solver(i).toolbox='SMALL'; 63 SMALL.solver(i).toolbox='SMALL';
64 SMALL.solver(i).name='SMALL_cgp'; 64 SMALL.solver(i).name='SMALL_pcgp';
65 65
66 % In the following string all parameters except matrix, measurement vector 66 % In the following string all parameters except matrix, measurement vector
67 % and size of solution need to be specified. If you are not sure which 67 % and size of solution need to be specified. If you are not sure which
68 % parameters are needed for particular solver type "help <Solver name>" in 68 % parameters are needed for particular solver type "help <Solver name>" in
69 % MATLAB command line 69 % MATLAB command line