Go to file
Brendan Zabarauskas c453c9bfea Rename project to lm-rs
Yes, I think this a little more sensible… :)
2012-11-01 23:08:40 +10:00
src Rename project to lm-rs 2012-11-01 23:08:40 +10:00
.gitignore Reorganise directories 2012-10-28 21:43:23 +10:00
LICENSE.txt Add Apache 2.0 License 2012-11-01 11:59:21 +10:00
Makefile Rename project to lm-rs 2012-11-01 23:08:40 +10:00
README.md Rename project to lm-rs 2012-11-01 23:08:40 +10:00

lm-rs

lm-rs 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.

Todo:

  • Matrix inversion
  • Matrix rotation
  • Euler and axial rotations
  • Implement trait inheritance (dependant on rust/master)
  • Make use of static functions for constants and constructors (dependant on rust/master)
  • Performance improvements
  • Increase unit test coverage
  • Improve documentation
  • Publish on Cargo Central

~B☼