No description
rot::Rotation won't be able to be implemented until https://github.com/mozilla/rust/issues/4306 is fixed. |
||
---|---|---|
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☼