nalgebra/tests/core
Andreas Longva afabf4bad2 ReshapableStorage for slices + tests for owned reshape
In the process of implementing ReshapbleStorage for SliceStorage(Mut),
I discovered that there appears to be no tests for the existing
reshape_generic functionality on owned matrices.
2023-01-14 16:22:40 +01: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 Replace slice->view in tests and benches 2022-11-14 15:16:23 +01: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 Use rayon as the feature name instead of par-iter 2023-01-14 15:59:11 +01:00
matrix_view.rs Rename tests/core/matrix_slice.rs to tests/core/matrix_view.rs 2022-11-14 16:59:54 +01: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 ReshapableStorage for slices + tests for owned reshape 2023-01-14 16:22:40 +01:00
reshape.rs ReshapableStorage for slices + tests for owned reshape 2023-01-14 16:22:40 +01:00
rkyv.rs Fix CheckBytes derives + drop Complex rkyv support for now 2023-01-13 09:58:41 +01:00
serde.rs Manually implement Serialize and Deserialize for VecStorage 2021-05-06 18:16:42 +02:00