russell_lab 0.1.1

Matrix-vector laboratory including linear algebra tools
Documentation
# Russell Lab - Matrix-vector laboratory including linear algebra tools

_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:

- [API reference (docs.rs)]https://docs.rs/russell_lab

## Installation

Install OpenBLAS:

```bash
sudo apt-get install libopenblas-dev
```

Add this to your Cargo.toml:

```toml
[dependencies]
russell_lab = "*"
```