This page of IMSL says
To obtain improved performance we recommend linking with High Performance versions of LAPACK and BLAS, if available.
What is High Performance versions of LAPACK and BLAS ?
This page of IMSL says
To obtain improved performance we recommend linking with High Performance versions of LAPACK and BLAS, if available.
What is High Performance versions of LAPACK and BLAS ?
There are plenty of good implementations to pick from:
Generally, it is quite hard to pick one of these without benchmarking because:
I would suggest pick one or two of these libraries that apply for your use case and benchmark them for your particular application on your particular (or similar) machine. This is quite easy to do even after compiling your code.
LAPACK and BLAS are performance libraries that provides basically Linear Algebra mathematical operations for a system of linear equations. you can find such libraries useful in the computer vision for example ( Object detection and classifications ) , Classical algorithms, Modelling , ...
TAsking provides a full C implementation of the LAPACK and BLAS performance libraries, both libraries are ISO-C99 Compliant with full documentation and examples, you can check it here http://www.tasking.com/products/tasking-lapack-performance-libraries