[Rd] Error using RcppGSL

2011-06-21 Thread oyvfos
Hi, I get an error using RcppGSL: fatal error: gsl/gsl_vector.h:No such file or directory. What is the best way to install these files as they seem to be missing? Thanks, Oyvind -- View this message in context: http://r.789695.n4.nabble.com/Error-using-RcppGSL-tp3613535p3613535.html Sent from t

[Rd] Max likelihood using GPU

2011-05-18 Thread oyvfos
Dear all, Probably many of you experience long computation times when estimating large number of parameters using maximum likelihood with functions that reguire numerical methods such as integration or root-finding. Maximum likelihood is an example of paralellization that could sucessfully utilize

Re: [Rd] matrix multiplication speed R

2011-01-14 Thread oyvfos
Thanks very much, Uwe. The calculation time is now comparable with matlab. Oyvind -- View this message in context: http://r.789695.n4.nabble.com/matrix-multiplication-speed-R-tp3217257p3217539.html Sent from the R devel mailing list archive at Nabble.com. ___

[Rd] matrix multiplication speed R

2011-01-14 Thread oyvfos
Hi, A quick bench-mark of an R matrix muliplication 500by500 X 500by1, all random variates, with matlab reveals a huge difference in speed (5 times at least). Is there anything that can be done in R to speed up the multiplication? Kind regards, Oyvind -- View this message in context: http:/