nalgebra/tests
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
..
core Relax constraints for some operations 2020-05-02 01:24:03 +02:00
geometry Relax constraints for some operations 2020-05-02 01:24:03 +02:00
linalg Added support for dynamic matrices 2020-04-12 11:59:06 +02:00
sparse 2018 edition. 2019-03-23 14:33:47 +01:00
lib.rs Fix compilation of tests. 2020-03-21 23:44:24 +01:00