nalgebra/tests
Andreas Longva cbef37ed9c Fix proptest functionality test
The previous test claimed to verify that all possible outputs
are sampled, but it didn't. This commits fixes this issue
by actually computing all possible combinations.
However, to accomplish this we needed to add itertools as a test
dependency. Otherwise we'd have to implement our own way of
generating the Cartesian product of an arbitrary number
of sets.
2021-01-26 08:57:47 +01:00
..
core Serialize DQ to [N;8] 2020-12-18 12:19:38 -05:00
geometry Fix the PartialEq impl for quaternions. 2020-12-18 11:38:33 +01:00
linalg Run cargo fmt. 2020-11-20 17:52:32 +01:00
proptest Fix proptest functionality test 2021-01-26 08:57:47 +01:00
sparse 2018 edition. 2019-03-23 14:33:47 +01:00
lib.rs Initial proptest implementation for nalgebra 2021-01-26 08:57:47 +01:00