diff examples/MajorizationMinimization tests/SMALL_AMT_DL_test_KSVD_MM.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 f42aa8bcb82f
children 9c418bea7f6a
line wrap: on
line diff
--- a/examples/MajorizationMinimization tests/SMALL_AMT_DL_test_KSVD_MM.m	Wed Aug 31 12:02:19 2011 +0100
+++ b/examples/MajorizationMinimization tests/SMALL_AMT_DL_test_KSVD_MM.m	Wed Sep 07 14:16:50 2011 +0100
@@ -89,7 +89,7 @@
 %   Defining the parameters needed for sparse representation
 
 SMALL.solver(1).toolbox='SMALL';
-SMALL.solver(1).name='SMALL_cgp';
+SMALL.solver(1).name='SMALL_pcgp';
 
 %   Here we use mexLasso mode=2, with lambda=2, lambda2=0 and positivity
 %   constrain (type 'help mexLasso' for more information about modes):