Archive for the ‘C/C++’ Category

Boost uBLAS

Saturday, April 28th, 2007

I recently experimented with Boost uBLAS a bit, especially with the BLAS and LAPACK bindings. I was able to link against the Intel Math Kernel Library (MKL) without problems.

I also recently resurrected a Python script I wrote to convert the GNU Scientific Library (GSL) autoconf/automake build scripts into Visual Studio project files. Using these, I was able to build GSL as a DLL linked against Intel MKL. In the process, I uncovered a few differences between the GSL BLAS and Intel MKL BLAS implementations which I reported to the bug-gsl mailing list.