No description
Unfortunately this causes Rust's type inference to struggle, but this is a problem with the rust compiler and hopefully this will improve over time. Users are encouraged to use the type aliases and static method wrappers included with each module. |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE.txt | ||
Makefile | ||
README.md |
Lmath-rs
Lmath is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request.
Installation
$ cargo install lmath
Dependencies
numeric-rs (can be installed via $ cargo install numeric
)
~B☼