openblas64

Optimized BLAS library for high-performance linear algebra

brewmacoslinux
Try with needOr install directly
Source

About

Optimized BLAS library

Commands

openblas64

Examples

Link openblas64 in C/C++ compilation with gcc$ gcc -o program program.c -lopenblas64 -lm
Check openblas64 installation and configuration$ pkg-config --cflags --libs openblas64
Use openblas64 with Python NumPy for accelerated linear algebra$ OPENBLAS64_NUM_THREADS=4 python -c "import numpy as np; print(np.show_config())"