[R-sig-dyn-mod] Compiled code for deSolve

Daniel Kaschek daniel.kaschek at physik.uni-freiburg.de
Thu Nov 29 21:51:19 CET 2012


Hi everybody,

the ODE integrators in the deSolve package support compiled C or FORTRAN
code. Integration is much faster if compiled code is used. Is it
possible to achieve a similar performance gain by using the Rcpp
package? Would I declare a Rcpp C++ function callable from R and feed it
into the ode() command like a usual R function? Does anybody have any
experience with the topic?

Best,
Daniel.



More information about the R-sig-dynamic-models mailing list