Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
problem when I Call C subfunction in void function
eguichard
·
Aug 27, 2014
·
r-help
Hi everybody, I am including some C code in R program using the .C interface. I would like use a C subfunction calling by C void function. /double essai (double Px[], int tailleP) { Rprintf ("I print Px %d\t", Px...
problem when I Call C subfunction in void function
eguichard
·
Aug 27, 2014
·
r-help
Thank you. I can improve my program with your response but I have an other problem. /double essai (double *Px, int *tailleP) { int i; for (i = 0; i < *tailleP; i++) { Px[i]=Px[i]*2; Rprintf ("I print Px %f...
Can't find what you're looking for? Try searching with Google .