e2f34023ed
VecCast casts a Vec<N1> to a Vec<N2> with N1 and N2 bounded by NumCast. MatCast casts a Mat<N1> to a Mat<N2> with N1 and N2 bounded by NumCast. |
||
---|---|---|
doc | ||
src | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
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.
Compilation
You will need the last rust compiler from the master branch. I pull the compiler and fix my code almost every days. If you encounter problems, make sure you have the last version.
git clone git://github.com/sebcrozet/nalgebra.git
cd nalgebra
make