2 unstable releases
Uses old Rust 2015
0.2.0 | Nov 11, 2015 |
---|---|
0.1.0 | Sep 27, 2015 |
#7 in #lu
44 downloads per month
120KB
3K
SLoC
rust-la
Linear algebra library for the Rust programming language.
Documentation
See here.
Usage
To use this crate, add la as a dependency to your project's Cargo.toml:
[dependencies]
la = "0.1.0"
Features
- BLAS
- immutable and mutable implementations
- inverse, solve
- decompositions, including
- Cholesky
- LU
- QR
- Eigen
- SVD.
Only dense matrixes.
Dependencies
~500–800KB
~11K SLoC