Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 295 Bytes

CBLAS-Linux

CBLAS-Linux is a Swift package for Linux (Ubuntu) that allows you to link against BLAS library.

This package is a wrapper around BLAS so you have to install it before hand:

sudo apt-get install libblas-dev