nalgebra/tests/core
Ben Kimock 698e130c3b Remove abomonation support
Abomonation has numerous soundness problems which have been
well-documented in its issue tracker for over 2 years. Some of them
could be fixed, but some are fundamental to its design. If a user wants
super-fast ser/de, they should use rkyv.
2022-02-05 17:15:08 -05:00
..
blas.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
cg.rs unrolled new_nonuniform_scaling_wrt_point 2020-07-05 13:29:08 -07:00
conversion.rs Re-add conversion between arrays and row vectors. 2021-05-06 18:22:04 +02:00
edition.rs Fix tests 2021-08-04 17:56:57 +02:00
empty.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
helper.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
macros.rs Add a point! macro for construction points 2021-05-24 17:53:59 +02:00
matrix.rs Concise Debug impls 2021-09-12 10:56:25 -07:00
matrix_slice.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
matrixcompare.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
mint.rs Fix tests with the 'mint' feature. 2018-05-26 22:07:57 +02:00
mod.rs Remove abomonation support 2022-02-05 17:15:08 -05:00
serde.rs Manually implement Serialize and Deserialize for VecStorage 2021-05-06 18:16:42 +02:00