# HG changeset patch # User idamnjanovic # Date 1273503599 0 # Node ID 78c1e71cd2697839a79e92294f04ebc4d6bd703d # Parent ea0477392ed9fbed0ff2f48963c275a9e00ced69 diff -r ea0477392ed9 -r 78c1e71cd269 Problems/Pierre_Problem.m --- a/Problems/Pierre_Problem.m Mon May 10 10:56:38 2010 +0000 +++ b/Problems/Pierre_Problem.m Mon May 10 14:59:59 2010 +0000 @@ -40,7 +40,7 @@ %% prompt user for images %% -%ask for source file name +% ask for source file name TMPpath=pwd; FS=filesep; @@ -54,7 +54,7 @@ src = double(src); end; -%ask for target file name +% ask for target file name if ~ exist( 'trg', 'var' ) || isempty(trg) [filename,pathname] = uigetfile({'*.png;'},'Select a target image'); @@ -113,8 +113,9 @@ data.blocksize=blocksize; data.maxval=maxval; -% geting around out of memory problem when converting big matrix from -% sparse to full... (check SMALL_solve function) +% keep coefficients matrix in sparse form and do not convert it to full. +% geting around out of memory problem when converting big matrix from +% sparse to full... (check SMALL_solve function) data.sparse=1;