Bogdan Oancea (bogdanoancea@univnt.ro)
“Nicolae Titulescu” University of Bucharest and National Statistics Institute of Romania
Tudorel Andrei (andreitudorel@yahoo.com)
National Statistics Institute of Romania/Bucharest University of Economic Studies
Raluca Mariana Dragoescu (dragoescuraluca@gmail.com)
The Bucharest University of Economic Studies
Abstract
Linear algebra routines are basic building blocks for the statistical software. In this paper we analyzed how can we improve R performance for matrix computations. We benchmarked few matrix operations using the standard linear algebra libraries included in the R distribution and high performance libraries like OpenBLAS, GotoBLAS and MKL. Our tests showed the best results are obtained with the MKL library, the other two libraries having similar performances, but lower than MKL.
Keywords: R, linear algebra, BLAS, high performance computing.