algebrust 0.1.1

A Rust library for basic linear algebra operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.rand]
version = "0.8.5"

[package]
authors = ["Cameron McConnell cameron.mcconne@gmail.com"]
description = "A Rust library for basic linear algebra operations."
edition = "2021"
license = "MIT"
name = "algebrust"
readme = "README.md"
repository = "https://github.com/cameronMcConnell/Algebrust"
version = "0.1.1"