Crates.io | linal |
lib.rs | linal |
version | 0.2.5 |
source | src |
created_at | 2016-03-24 08:10:02.363907 |
updated_at | 2020-12-06 13:51:42.641129 |
description | tiny linear algebra library without dependencies |
homepage | |
repository | https://github.com/pinecrew/linal |
max_upload_size | |
id | 4544 |
size | 26,676 |
| Documentation | Examples |
linear algebra library for Rust
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" }