Linear algebra library for Rust.
Go to file
Bruce Mitchener aed58d0dd6 Vector and quaternion alias improvements.
By aliasing to the aliases defined within glm rather than going
directly to nalgebra types / aliases, we're able to improve the
experience of linking through the docs in the glm docs.

For example, with TVec1 defined in terms of TVec rather than Vector1,
then the docs link from TVec1 to TVec and we're able to better
explain the concepts at the glm level.
2018-10-05 20:34:15 +02:00
benches Bench closure should return the result 2018-06-16 14:27:55 +02:00
ci Fix compilation of test when arbitrary is enabled but not `debug`. 2018-09-13 08:36:37 +02:00
examples Run rust fmt. 2018-02-03 13:59:05 +01:00
nalgebra-glm Vector and quaternion alias improvements. 2018-10-05 20:34:15 +02:00
nalgebra-lapack Refer to macOS, not Mac OS X. 2018-09-25 20:35:29 +02:00
src clippy: Use println!(f), without empty string. 2018-10-05 20:31:29 +02:00
tests Implement map_with_location. 2018-09-28 05:22:32 +02:00
.gitignore Add .idea folder to gitignore. 2018-09-13 09:23:08 +02:00
.travis.yml Dedicate a specific CI job to nalgebra-lapack + fix Xargo build. 2018-05-26 22:07:57 +02:00
CHANGELOG.md Fix typos in CHANGELOG.md. 2018-09-27 05:50:16 +02:00
Cargo.toml Release v0.16.4 2018-09-24 22:06:29 +02:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add matrix slice construction from array slices. 2018-02-03 13:59:05 +01:00
README.md Update travis badge link. 2018-09-15 09:28:56 +02:00

README.md

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.


 Click this button if you wish to donate to support the development of nalgebra:

Become a Patron!