aftar wrote: > > Hi > > Can we use BLAS in R X64 for windows? > > Regards > Aftar >
You are already using BLAS in R as R includes its own BLAS library. On Windows the 64-bit DLL is located at R_HOME\bin\x64\Rblas.dll. If you are asking about swapping that out for an optimized BLAS, you will probably have to: 1. Obtain and build an optimized BLAS such as ATLAS, Goto BLAS or Intel MKL 2. Build your own copy of R from source that links against this new blas. If there is a simpler way, I'm sure someone will correct me. ----- Charlie Sharpsteen Undergraduate-- Environmental Resources Engineering Humboldt State University -- View this message in context: http://r.789695.n4.nabble.com/matrix-multiplication-speed-R-tp3217257p3510979.html Sent from the R devel mailing list archive at Nabble.com. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel