Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 312 Bytes

CLapacke-Linux

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

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

sudo apt-get install liblapacke-dev