Package openblas provides Go bindings for OpenBLAS — an optimized BLAS library based on GotoBLAS2.
Using OpenBLAS routines in Go is straightforward just import the package and call any routine.
import "github.com/blast-go/openblas"To use this library you need CGO_ENABLED=1 and have OpenBLAS library installed
in your system.