view solvers/SMALL_ompGabor/ompmexGabor.m @ 212:1d134a1b6f95 luisf_dev

Propagate the change from 'mailhe' to 'opt' in two_step_DL to the examples
author bmailhe
date Wed, 21 Mar 2012 18:13:02 +0000
parents 31d2864dfdd4
children
line wrap: on
line source
%This is the Matlab interface to the OMP MEX implementation.
%The function is not for independent use, only through omp.m.


%OMPMEX Matlab interface to the OMP MEX implementation.
%  GAMMA = OMPMEXGABOR(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP
%  MEX function according to the specified parameters. Not all the
%  parameters are required. Those among D, X, DtX and G which are not
%  specified should be passed as [].
%
%  L - the target sparsity.
%  SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero.
%  MSGDELTA - the delay in secs between messages. Zero means no messages.
%  PROFILE - nonzero means that profiling information should be printed.


%  Ron Rubinstein
%  Computer Science Department
%  Technion, Haifa 32000 Israel
%  ronrubin@cs
%
%  April 2009