Home
last modified time | relevance | path

Searched refs:callfun (Results 1 – 25 of 122) sorted by relevance

12345

/dports/math/octave-forge-ltfat/ltfat/inst/comp/
H A Dgabpars_from_window.m1 function [g,L,info] = gabpars_from_window(g,a,M,L,callfun)
36 callfun=stacknames(2).name;
39 assert_squarelat(a,M,1,callfun,0);
43 error('%s: L must be a scalar',callfun);
47 error('%s: L must be an integer',callfun);
69 callfun,M);
74 callfun,a);
78 error('%s: Window is too long.',callfun);
86 [g,info]=gabwin(g,a,M,L,[0 1],'callfun',callfun);
H A Dcomp_fourierwindow.m1 function [g,info] = comp_fourierwindow(g,L,callfun);
6 % Usage: [g,info] = comp_fourierwindow(g,L,callfun);
50 complain_L(L,callfun);
55 complain_L(L,callfun);
72 complain_L(L,callfun);
76 complain_L(L,callfun);
90 error('%s: g must be a vector',callfun);
141 callfun);
146 callfun);
153 'anonymous fcn) fields.'],callfun);
[all …]
H A Dassert_squarelat.m1 function assert_squarelat(a,M,R,callfun,flag)
6 % Usage: assert_squarelat(a,M,R,callfun,flag);
12 % callfun : Name of calling function.
45 error('%s: M must be a scalar',callfun);
49 error('%s: a must be a scalar',callfun);
53 error('%s: M must be an integer',callfun);
57 error('%s: a must be an integer',callfun);
62 error('%s: The lattice must not be undersampled',callfun);
H A Dassert_L.m1 function [b,N,L]=assert_L(Ls,Lwindow,L,a,M,callfun)
6 % Usage: [b,N,L]=assert_L(Ls,Lwindow,L,a,M,callfun);
14 % callfun : Name of calling function.
49 error([callfun,': L must be a scalar']);
53 error([callfun,': L must be an integer']);
60 callfun,M);
75 callfun,M);
80 callfun,a);
84 error('%s: Window is too long.',callfun);
H A Dcomp_window.m1 function [g,info] = comp_window(g,a,M,L,lt,callfun);
6 % Usage: [g,info] = comp_window(g,a,M,L,s,callfun);
59 complain_L(L,callfun);
64 complain_L(L,callfun);
68 complain_L(L,callfun);
78 complain_L(L,callfun);
95 error('%s: Unknown window type: %s',callfun,winname);
108 complain_L(L,callfun);
112 complain_L(L,callfun);
179 function complain_L(L,callfun)
[all …]
H A Dassert_sigreshape_pre.m1 function [f,L,Ls,W,dim,permutedsize,order]=assert_sigreshape_pre(f,L,dim,callfun)
11 % callfun : Name of calling function
42 error('%s: The input must be numeric.',callfun);
60 error('%s: dim must be a scalar.',callfun);
63 error('%s: dim must be an integer.',callfun);
66 error('%s: dim must be in the range from 1 to %d.',callfun,D);
72 error('%s: L must be a scalar.',callfun);
75 error('%s: L must be an integer.',callfun);
H A Dgabpars_from_windowsignal.m1 function [f,g,L,Ls,W,info] = gabpars_from_windowsignal(f,g,a,M,L,lt,callfun)
37 callfun=stacknames(2).name;
42 [f,Ls,W,wasrow,remembershape]=comp_sigreshape_pre(f,callfun,0);
56 'is L=%i.'],callfun,L,Luser)
63 [g,info]=gabwin(g,a,M,L,'callfun',callfun);
66 error('%s: Window is too long.',callfun);
H A Dcomplainif_notvalidframeobj.m1 function complainif_notvalidframeobj(F,callfun)
4 callfun = mfilename; variable
9 upper(callfun));
H A Dcomplainif_toomanyargs.m1 function complainif_toomanyargs(fnargin,limit,callfun)
4 callfun = mfilename; variable
8 error('%s: Too many input arguments.',upper(callfun));
H A Dcomplainif_notenoughargs.m1 function complainif_notenoughargs(fnargin,limit,callfun)
4 callfun = mfilename; variable
8 error('%s: Not enough input arguments.',upper(callfun));
H A Dcomplainif_notnonnegint.m1 function complainif_notnonnegint(var,varname,callfun)
4 callfun = mfilename; variable
8 error('%s: %s should be a positive integer.',upper(callfun),varname);
H A Dcomplainif_notposint.m1 function complainif_notposint(var,varname,callfun)
4 callfun = mfilename; variable
9 error('%s: %s should be a positive integer.',upper(callfun),varname);
H A Dcomplainif_argnonotinrange.m1 function complainif_argnonotinrange(fnargin,limitlo,limithi,callfun)
28 callfun = mfilename; variable
32 error('%s: Number of arguments is not in the range [%d,%d].',upper(callfun),limitlo,limithi);
H A Dcomplainif_isjavaheadless.m1 function complainif_isjavaheadless(callfun)
29 callfun=mfilename;
44 'installing full JRE.'],upper(callfun));
H A Dcomp_sigreshape_pre.m1 function [f,fl,W,wasrow,remembershape]=comp_sigreshape_pre(f,callfun,do_ndim)
32 error('%s: The input must be non-empty numeric.',upper(callfun));
46 error([callfun,': ','Cannot process multidimensional arrays.']);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/
H A DRCntxt.cpp68 SEXP hideFlag = r::sexp::getAttrib(callfun(), "hideFromDebugger"); in isDebugHidden()
74 SEXP errFlag = r::sexp::getAttrib(callfun(), "errorHandlerType"); in isErrorHandler()
97 .addParam(callfun()) in contextSourceRefs()
131 SEXP callObject = callfun(); in originalFunctionCall()
212 SEXP RCntxt::callfun() const in callfun() function in rstudio::r::context::RCntxt
214 return pCntxt_ ? pCntxt_->callfun() : R_NilValue; in callfun()
/dports/math/octave-forge-ltfat/ltfat/inst/gabor/
H A Dwilwin.m1 function [g,info] = wilwin(g,M,L,callfun);
149 complain_L(L,callfun);
154 complain_L(L,callfun);
158 complain_L(L,callfun);
164 complain_L(L,callfun);
188 complain_L(L,callfun);
192 complain_L(L,callfun);
196 [g,info.auxinfo] = wilwin(gorig,M,L,callfun);
207 [g,info.auxinfo] = wilwin(g{2},M,L,callfun);
245 function complain_L(L,callfun)
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/frames/
H A Dframelength.m37 callfun = upper(mfilename); variable
38 complainif_notenoughargs(nargin,2,callfun);
39 complainif_notposint(Ls,'Ls',callfun);
40 complainif_notvalidframeobj(F,callfun);
H A Dframelengthcoef.m34 callfun = upper(mfilename); variable
35 complainif_notenoughargs(nargin,2,callfun);
36 complainif_notposint(Ncoef,'Ncoef',callfun);
37 complainif_notvalidframeobj(F,callfun);
H A Dframediag.m35 callfun = upper(mfilename); variable
36 complainif_notenoughargs(nargin,2,callfun);
37 complainif_notposint(L,'L',callfun);
38 complainif_notvalidframeobj(F,callfun);
H A Dfrsynmatrix.m54 callfun = upper(mfilename); variable
55 complainif_notenoughargs(nargin,2,callfun);
56 complainif_notposint(L,'L',callfun);
57 complainif_notvalidframeobj(F,callfun);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/
H A DRInterface.hpp80 SEXP callfun; member
121 SEXP callfun; member
171 SEXP callfun; member
211 SEXP callfun; member
H A DRIntCntxt.hpp35 SEXP callfun() const in callfun() function in rstudio::r::context::RIntCntxt
37 return pCntxt_->callfun; in callfun()
/dports/math/octave-forge-ltfat/ltfat/inst/
H A Dltfatarghelper.m1 function [flags,keyvals,varargout] = ltfatarghelper(posdepnames,definput,arglist,callfun)
6 % Usage: [flags,varargout] = ltfatarghelper(posdepnames,definput,arglist,callfun);
12 % callfun : Name of calling function (optional)
156 callfun=f(2).name;
198 error('%s: Too many input arguments',upper(callfun));
235 if isfield(TF_CONF.fundefs,callfun)
236 s=TF_CONF.fundefs.(callfun);
296 error('%s: Unknown parameter: %s',upper(callfun),argname);
298 … error('%s: Parameter is not a string, it is of class %s',upper(callfun),class(argname));
/dports/math/R-cran-MCMCpack/MCMCpack/R/
H A Dautomate.R113 callfun <- strsplit(toString(sys.call(which=-1)),",")[[1]][1] functionVar
115 prompt.call <- paste("prompt(", callfun, ", file =\"",
116 paste(callfun, ".template.Rd\"", sep=""), ")")
256 dump(callfun, file=R.file)

12345