Go to file
2012-11-01 16:17:38 +10:00
src Implement MinMax for all numeric types 2012-11-01 16:17:38 +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 Change name of library to 'llama' 2012-11-01 15:58:36 +10:00
README.md Remove llama 2012-11-01 16:03:46 +10:00

Llama

Llama is generic linear algebra library for Rust. There is still much to do, unittests to write, bugs to fix, and performance enhancements to make. Help is much appreaciated, so don't hesite to send me a pull request!

Todo:

  • Matrix inversion
  • Matrix rotation
  • Euler and axial rotations
  • Implement trait inheritence when it lands on rust/master
  • Performance improvements
  • Increase unittest coverage
  • Publish on Cargo Central

~B☼