nalgebra/tests/geometry
Alexander 'z33ky' Hirsch 788c261df8 Relax constraints for some operations
Many operations expected the numeric type `N` to implement `ClosedAdd`
and/or `ClosedSub`.
This commit replaces some of these with the less restrictive
`Simple{Add,Sub}`, which does not require `{Add,Sub}Assign`.
2020-05-02 01:24:03 +02:00
..
isometry.rs Fix trailing commas in tests. 2020-04-05 20:36:26 +02:00
mod.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
point.rs Relax constraints for some operations 2020-05-02 01:24:03 +02:00
projection.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
quaternion.rs Fix trailing commas in tests. 2020-04-05 20:36:26 +02:00
rotation.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
similarity.rs Fix trailing commas in tests. 2020-04-05 20:36:26 +02:00
unit_complex.rs Fix trailing commas in tests. 2020-04-05 20:36:26 +02:00