# rust-la
Linear algebra library for the Rust programming language.
## Documentation
See [here](http://xasmx.github.io/rust-la/doc/la/index.html).
## Features
* BLAS
* immutable and mutable implementations
* inverse, solve
* decompositions, including
* Cholesky
* LU
* QR
* Eigen
* SVD.
Currently only dense matrixes.
## Building
~~~
make
~~~