5个版本
使用旧的Rust 2015
0.2.5 | 2020年12月6日 |
---|---|
0.2.4 | 2020年12月6日 |
0.2.3 | 2020年12月6日 |
0.2.0 | 2016年3月27日 |
0.1.0 | 2016年3月24日 |
#741 in 数学
24KB
512 行
linal
Rust的线性代数库
用法
将linal
添加到您的Cargo.toml
中,例如
[dependencies]
linal = "0.2"
或从该仓库使用最新版本
[dependencies]
linal = { git = "https://github.com/pinecrew/linal" }
lib.rs
:
用于处理2D和3D向量的小型简单库