Re: [R] Incorporate Julia into R

2013-10-17 Thread Suzen, Mehmet
On 17 October 2013 15:38, Timo Schmid wrote: > I have some code in R with a lot of matrix multiplication and inverting. R > can be very slow for larger matrices like 5000x5000. > I have seen the new programming language Julia (www.julialang.org) which is > quite fast in doing matrix algebra. It

[R] Incorporate Julia into R

2013-10-17 Thread Timo Schmid
Hi, I have some code in R with a lot of matrix multiplication and inverting. R can be very slow for larger matrices like 5000x5000. I have seen the new programming language Julia (www.julialang.org) which is quite fast in doing matrix algebra. So my idea is to set up the simulations in R and st