Skip to content
Prev 39285 / 63421 Next

Problem using F77_CALL(dgemm) in a package

I just tried that myself and the .Call version is substantially
faster.  It seems like there is a lot more going on in the .Call C
code than the .C.  Why is .Call faster?  Does it have to do with the
way arguments are passed into the C function?  I tried with DUP=FALSE
and NAOK=TRUE, but .Call was still the winner.

On Sun, Feb 20, 2011 at 4:27 PM, Simon Urbanek
<simon.urbanek at r-project.org> wrote: