LeanBLAS

Bindings and specifications for BLAS (Basic Linear Algebra Subprograms).

Build Instructions

Prerequisites

Ensure you have the development files for C BLAS installed. On Ubuntu, you can install them with:

sudo apt-get install libblas-dev

Building the Library

To build the main library, run:

lake build

Running Tests

To execute the test suite, run:

lake test