Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 494 Bytes

File metadata and controls

21 lines (16 loc) · 494 Bytes

linal

Rust linal at crates.io

| Documentation | Examples |

linear algebra library for Rust

Usage

Add linal to your Cargo.toml, for example:

[dependencies]
linal = "0.2"

Or use the latest version from this repo:

[dependencies]
linal = { git = "https://github.com/pinecrew/linal" }