* add unit-tests to check allowed and forbiddent mixing of different scalar types

* fix issues in Product revealed by this test
* in Dot.h forbid mixing of different types (at least for now, might allow real.dot(complex) in the future).
This commit is contained in:
Benoit Jacob
2008-12-22 19:17:44 +00:00
parent f5a05e7ed1
commit 4336cf3833
5 changed files with 110 additions and 22 deletions

View File

@@ -157,6 +157,7 @@ ei_add_test(meta)
ei_add_test(sizeof)
ei_add_test(dynalloc)
ei_add_test(nomalloc)
ei_add_test(mixingtypes)
ei_add_test(packetmath)
ei_add_test(basicstuff)
ei_add_test(linearstructure)