5 releases
Uses old Rust 2015
0.2.5 | Dec 6, 2020 |
---|---|
0.2.4 | Dec 6, 2020 |
0.2.3 | Dec 6, 2020 |
0.2.0 | Mar 27, 2016 |
0.1.0 | Mar 24, 2016 |
#741 in Math
24KB
512 lines
linal
| 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" }
lib.rs
:
Small and simple library to work with 2D and 3D vectors