comparison examples/SMALL_solver_test.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
79 % i=i+1; 79 % i=i+1;
80 %% 80 %%
81 % SMALL Conjugate Gradient test 81 % SMALL Conjugate Gradient test
82 SMALL.solver(i)=SMALL_init_solver; 82 SMALL.solver(i)=SMALL_init_solver;
83 SMALL.solver(i).toolbox='SMALL'; 83 SMALL.solver(i).toolbox='SMALL';
84 SMALL.solver(i).name='SMALL_cgp'; 84 SMALL.solver(i).name='SMALL_pcgp';
85 85
86 % In the following string all parameters except matrix, measurement vector 86 % In the following string all parameters except matrix, measurement vector
87 % and size of solution need to be specified. If you are not sure which 87 % and size of solution need to be specified. If you are not sure which
88 % parameters are needed for particular solver type "help <Solver name>" in 88 % parameters are needed for particular solver type "help <Solver name>" in
89 % MATLAB command line 89 % MATLAB command line