bug #890, add a more general routine to check that two dense object reference to the same data

This commit is contained in:
Gael Guennebaud
2015-06-10 10:09:04 +02:00
parent e6832ce93d
commit 192bce2795
4 changed files with 45 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ ei_add_test(array_for_matrix)
ei_add_test(array_replicate)
ei_add_test(array_reverse)
ei_add_test(ref)
ei_add_test(is_same_dense)
ei_add_test(triangular)
ei_add_test(selfadjoint)
ei_add_test(product_selfadjoint)