idamnjanovic@60: %This is the Matlab interface to the OMP MEX implementation. idamnjanovic@60: %The function is not for independent use, only through omp.m. idamnjanovic@60: idamnjanovic@60: idamnjanovic@60: %OMPMEX Matlab interface to the OMP MEX implementation. idamnjanovic@60: % GAMMA = OMPMEX(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP idamnjanovic@60: % MEX function according to the specified parameters. Not all the idamnjanovic@60: % parameters are required. Those among D, X, DtX and G which are not idamnjanovic@60: % specified should be passed as []. idamnjanovic@60: % idamnjanovic@60: % L - the target sparsity. idamnjanovic@60: % SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero. idamnjanovic@60: % MSGDELTA - the delay in secs between messages. Zero means no messages. idamnjanovic@60: % PROFILE - nonzero means that profiling information should be printed. idamnjanovic@60: idamnjanovic@60: idamnjanovic@60: % Ron Rubinstein idamnjanovic@60: % Computer Science Department idamnjanovic@60: % Technion, Haifa 32000 Israel idamnjanovic@60: % ronrubin@cs idamnjanovic@60: % idamnjanovic@60: % April 2009