This page says that you can specify what BLAS libary Eigen should use. I'd like to use the Boost version of BLAS but have been able to get it to link. It is missing a lot of symbols, such as daxpy_, dgemv_ and dtrmv_. From what I can see, these are functions in Intel's MKL, which I don't want. I have been unable to find instructions for or examples of using Boost BLAS with Eigen on the Web. Does anyone know of any?
P.S. - Boost BLAS is header only, so the comments in the Eigen docs that discuss linking in BLAS libraries are irrelevant in my case.