Linear algebra library for Rust.
Go to file
Sébastien Crozet 350465655d Add short description on readme. 2013-05-14 21:17:43 +00:00
src Addesome traits and configuration file. 2013-05-14 21:08:29 +00:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add basic operations. 2013-05-14 11:35:01 +00:00
README.md Add short description on readme. 2013-05-14 21:17:43 +00:00
pkg.rs Add basic operations. 2013-05-14 11:35:01 +00:00

README.md

nalgebra

nalgebra is a n-dimensional linear algebra library written with the rust programming language. It is mainly focused on features needed for real-time physics. It should be usable for graphics too.