nalgebra/src
Eduard Bopp 5ca3e41375 Implement AssertEq for reference types
Just as the standard library's PartialEq is implemented for reference types,
the ApproxEq trait should be implemented on them as well. This is mostly an
ergonomic improvement for certain testing situations, where a method yields a
reference. For non-copy types it allows using the assert_approx_… macros, which
would otherwise not be possible.
2015-01-25 19:51:07 +01:00
..
linalg Update to the last rust-nightly. 2015-01-23 21:48:10 +01:00
macros fixes compiling on alpha 1.0 2015-01-09 21:55:15 +01:00
structs Fix Debug implementation for DMat. 2015-01-24 18:24:35 +01:00
traits Implement AssertEq for reference types 2015-01-25 19:51:07 +01:00
lib.rs fix warning from unneeded old_orphan_check 2015-01-10 11:31:26 -08:00