_This crate is part of [Russell - Rust Scientific Library](https://github.com/cpmech/russell)_
Work in progress...
This repository is a "rust laboratory" for vectors and matrices.
Documentation:
-
Install OpenBLAS:
```bash
sudo apt-get install \
```
Add this to your Cargo.toml:
```toml
[dependencies]
russell_lab = "*"
```