cgmath/README.md

14 lines
404 B
Markdown
Raw Normal View History

# Lmath-rs
2012-11-01 05:58:36 +00:00
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.
2012-09-07 10:48:47 +00:00
2012-12-16 05:27:19 +00:00
## Installation
`$ cargo install lmath`
2012-12-16 05:27:19 +00:00
## Dependencies
2012-12-16 05:27:19 +00:00
[numeric-rs](https://github.com/bjz/numeric-rs/) (can be installed via `$ cargo install numeric`)
2012-09-07 10:48:47 +00:00
~B☼