In many website they talk about Armadillo+something else. What do they mean?
I use Armadillo library in form of
#include <armadillo>
in Linux environment.
In this website
Armadillo+OpenBLAS
is mentioned. What do they mean? How to use Armadillo+OpenBLAS
?
UPDATE
Now is more than a year later. I just add this point that Armadillo
is a wrapper over implementations such as BLAS
or OpenBLAS
. It is not a matrix operation implementation.