Russell OpenBLAS - Thin wrapper to some OpenBLAS routines

This crate is part of Russell - Rust Scientific Library

This package implements a thin wrapper to a few of the OpenBLAS routines for performing linear algebra computations.

Documentation:

Installation

Install OpenBLAS:

bash sudo apt-get install libopenblas-dev

Add this to your Cargo.toml:

toml [dependencies] russell_openblas = "*"