The package provides bindings to the Basic Linear Algebra Subprograms and Linear Algebra Package.
The list of available routines currently includes:
- DDOT,
- DGEMM,
- DGEMV,
- DGETRF,
- DGETRI,
- DGTSV, and
- DSYEV.
Fetch the package:
go get -d github.com/ready-steady/lapack
Go to the directory of the package:
cd $GOPATH/src/github.com/ready-steady/lapack
Finally, install the package:
make install
This command requires gfortran to be installed.
- Fork the project.
- Implement your idea.
- Open a pull request.