search for: inputparamet

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

Did you mean: inputparams
2001 Mar 13
1
.C-calls
...ear future. To this end I've asked Martin Maechler to have a look at my R-code. He was very surprised about how I perform the ".C"-calls, and encouraged me to make this request for comments. My calls typically look like result <- double(10000) .C("test",as.double(inputparameter),result,DUP=FALSE) return(result) In order to avoid sending C-code, I'd like to give the following example that uses `chol' of the "base"-package of R. The fact that it is a .Fortran-call instead of a .C-call shouldn't matter. ##...