russell_lab 0.1.0

Functions and structures to create or operate on matrix and vectors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Russell Lab - Matrix-Vector Laboratory Tools

Work in progress...

This repository is a "rust laboratory" for vectors and matrices.

## Installation

Add this to your Cargo.toml:

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