annotate Problems/private/ompmex.m @ 53:cfbb6c84d009

(none)
author idamnjanovic
date Mon, 14 Mar 2011 16:52:54 +0000
parents 217a33ac374e
children
rev   line source
idamnjanovic@51 1 %This is the Matlab interface to the OMP MEX implementation.
idamnjanovic@51 2 %The function is not for independent use, only through omp.m.
idamnjanovic@51 3
idamnjanovic@51 4
idamnjanovic@51 5 %OMPMEX Matlab interface to the OMP MEX implementation.
idamnjanovic@51 6 % GAMMA = OMPMEX(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP
idamnjanovic@51 7 % MEX function according to the specified parameters. Not all the
idamnjanovic@51 8 % parameters are required. Those among D, X, DtX and G which are not
idamnjanovic@51 9 % specified should be passed as [].
idamnjanovic@51 10 %
idamnjanovic@51 11 % L - the target sparsity.
idamnjanovic@51 12 % SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero.
idamnjanovic@51 13 % MSGDELTA - the delay in secs between messages. Zero means no messages.
idamnjanovic@51 14 % PROFILE - nonzero means that profiling information should be printed.
idamnjanovic@51 15
idamnjanovic@51 16
idamnjanovic@51 17 % Ron Rubinstein
idamnjanovic@51 18 % Computer Science Department
idamnjanovic@51 19 % Technion, Haifa 32000 Israel
idamnjanovic@51 20 % ronrubin@cs
idamnjanovic@51 21 %
idamnjanovic@51 22 % April 2009