Go to file
Brendan Zabarauskas 75a94dd745 Update gitignore
2012-11-05 20:32:25 +10:00
src Create relational module 2012-11-05 20:31:52 +10:00
.gitignore Update gitignore 2012-11-05 20:32:25 +10:00
LICENSE.txt Add Apache 2.0 License 2012-11-01 11:59:21 +10:00
Makefile Rename library to lmath 2012-11-02 09:14:07 +10:00
README.md Rename library to lmath 2012-11-02 09:14:07 +10:00

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.

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☼