comparison examples/ALPS solvers tests/SMALL_solver_test_ALPS.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 0de08f68256b
children
comparison
equal deleted inserted replaced
161:f42aa8bcb82f 163:855025f4c779
86 i=i+1; 86 i=i+1;
87 %% 87 %%
88 % SMALL Conjugate Gradient test 88 % SMALL Conjugate Gradient test
89 SMALL.solver(i)=SMALL_init_solver; 89 SMALL.solver(i)=SMALL_init_solver;
90 SMALL.solver(i).toolbox='SMALL'; 90 SMALL.solver(i).toolbox='SMALL';
91 SMALL.solver(i).name='SMALL_cgp'; 91 SMALL.solver(i).name='SMALL_pcgp';
92 92
93 % In the following string all parameters except matrix, measurement vector 93 % In the following string all parameters except matrix, measurement vector
94 % and size of solution need to be specified. If you are not sure which 94 % and size of solution need to be specified. If you are not sure which
95 % parameters are needed for particular solver type "help <Solver name>" in 95 % parameters are needed for particular solver type "help <Solver name>" in
96 % MATLAB command line 96 % MATLAB command line