| Crates.io | linal |
| lib.rs | linal |
| version | 0.2.5 |
| created_at | 2016-03-24 08:10:02.363907+00 |
| updated_at | 2020-12-06 13:51:42.641129+00 |
| 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" }