ok now all the complex mat-mat and mat-vec products involving conjugate,

adjoint, -, and scalar multiple seems to be well handled. It only remains
the simpler case: C = alpha*(A*B) ... for the next commit
This commit is contained in:
Gael Guennebaud
2009-07-08 18:24:37 +02:00
parent 13b2dafb50
commit 96e7d9f896
5 changed files with 403 additions and 174 deletions

View File

@@ -98,6 +98,7 @@ ei_add_test(redux)
ei_add_test(product_small)
ei_add_test(product_large ${EI_OFLAG})
ei_add_test(product_selfadjoint)
ei_add_test(product_extra)
ei_add_test(diagonalmatrices)
ei_add_test(adjoint)
ei_add_test(submatrices)