Add small test for Matrix::setIdentity()

This is to exhibit the bug that makes the jacobisvd_7 test fail.
This commit is contained in:
Jitse Niesen
2010-01-20 10:51:59 +00:00
parent 89ee9f092f
commit e0c2c6385f
2 changed files with 68 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ ei_add_test(swap)
ei_add_test(conservative_resize)
ei_add_test(permutationmatrices)
ei_add_test(eigen2support)
ei_add_test(nullary)
ei_add_test(prec_inverse_4x4)