I need to pass a large array to my C function. I am using .Call(). I can 
clearly see according to the memory consumption (reported by gc()) that the 
array is duplicated. Is there a way to avoid this duplication and pass the 
array by reference?



        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to