Optimized BLAS library for high-performance linear algebra
Optimized BLAS library
openblas$ gcc myprogram.c -o myprogram -I$(brew --prefix openblas)/include -L$(brew --prefix openblas)/lib -lopenblas$ export OPENBLAS=$(brew --prefix openblas) && python script.py$ brew --prefix openblas && ls $(brew --prefix openblas)/lib