nalgebra/tests
Eduard Bopp 1103996b83 Implement Arbitrary for (almost) all types
Rot4 and Iso4 had to be left out, since Rot4 apparently lacks a working
constructor.

Thereby (almost) all types in nalgebra can now be used for quickcheck-style
testing.

"arbitrary" is now a conditionally compiled feature that contains these impls
adding a dependency on quickcheck.
2015-01-10 01:36:13 +01:00
..
arbitrary.rs Implement Arbitrary for (almost) all types 2015-01-10 01:36:13 +01:00
assert.rs Fix tests and benches. 2015-01-09 22:58:17 +01:00
mat.rs Fix tests and benches. 2015-01-09 22:58:17 +01:00
quat.rs Fix tests and benches. 2015-01-09 22:58:17 +01:00
vec.rs Use slice and range syntax when possible. 2015-01-09 22:46:26 +01:00