Boosting NumPy with MKL
The Intel Math Kernel Library (MKL) contains a collection of highly optimized numerical functions. Among others, it provides implementations of Blas functions and Lapack functions for various linear algebra problems. A program, which is dynamically linked against the standard Blas and Lapack libraries, can easily benefit from alternative optimized implementations by replacing libblas.so and liblapack.so… Continue reading Boosting NumPy with MKL