search for: evalargs

Displaying 3 results from an estimated 3 matches for "evalargs".

2016 Feb 14
4
Implementation of substring search in omegascript
...d when this command is called. This line is not so clear to me: expand to the offset of the first occurrence of fish from the start of the string if $query, or to if $query doesn't contain the substring fish. Also in query.cc file in omega dir, when defining function descriptions, what does the evalargs and ensure arguments mean? Thanks! Ayush -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20160215/81749947/attachment.html>
2010 Aug 21
1
Speed improvement to evalList
..., I'll just give the revised versions of evalList and evalListKeepMissing, below. Radford Neal --------------------------------------------------------------------- /* Used in eval and applyMethod (object.c) for builtin primitives, do_internal (names.c) for builtin .Internals and in evalArgs. 'n' is the number of arguments already evaluated and hence not passed to evalArgs and hence to here. */ SEXP attribute_hidden evalList(SEXP el, SEXP rho, SEXP call, int n) { SEXP head, tail, ev, h; int mode; /* mode==0 is 0 args, mode==1 is 1 arg, mode==2 is >1 arg */...
2005 Oct 03
3
spline.des
Hello, I am using library fda and I can not run a lot of functions because I receive the error: Error in bsplineS(evalarg, breaks, norder, nderiv) : couldn't find function "spline.des" do you know how I can fix that? Thnaks. Liliana