rust-la
Linear algebra library for the Rust programming language.
Documentation
See here.
Features
- BLAS
- immutable and mutable implementations
- inverse, solve
- decompositions, including
- Cholesky
- LU
- QR
- Eigen
- SVD.
Currently only dense matrixes.
Building
~~~
make
~~~