search for: matrix_temp

Displaying 1 result from an estimated 1 matches for "matrix_temp".

2011 Oct 13
1
pass an element in a list() from R to C
Hi all, I'm new to this "call C from R" so bear with me. I'v been writing some C code and compile it to .dll files that can be called from R. It was successful until today, when I start a new part of this project. So, my R code passes arguments to this C code, and these arguments including some integers and matrices. it looks like this, and it works fine: