How to check BLAS/LAPACK linkage in NumPy and SciPy?
Asked 07 September, 2021
Viewed 1.3K times
  • 49
Votes

I am builing my numpy/scipy environment based on blas and lapack more or less based on this walk through.

When I am done, how can I check, that my numpy/scipy functions really do use the previously built blas/lapack functionalities?

5 Answer