Displaying 1 result from an estimated 1 matches for "convolve4".
Did you mean:
convolve
2005 Jul 21
1
again, a question between R and C++
...do this with a
simple switch statement).
I have been reading the documentation, especially the one regarding .Call
and .External, and it seems that my algorithm could be implemented, but the
examples I have seen up to now are such that what occupies the place of my
lists are just vectors (like in convolve4 example).
Is there an example where I could see how instead of a vector, a set of
lists (with an unkown number of arguments, as well as unkown types) are used
as inputs? I guess that the ideal would be that in the equivalent of the
convolve4 function, my args would be "variant" type of l...