Displaying 1 result from an estimated 1 matches for "mycfunc".
Did you mean:
my_func
2004 Apr 12
4
Only referenc copy when calling C routine?
What happens when I pass an array to a dynamically linked C routine?
Is only its reference copied when an array is passed and returned?
Or, is its whole content copied?
In R extension manual, I found the following description.
But, I can't know exactly which is true.
"There can be up to 65 further arguments giving R objects to be passed to
compiled code.
Normally these are copied before