* split CacheFriendlyProduct into multiple smaller files

* add an efficient selfadjoint * vector implementation (= blas symv)
  perf are inbetween MKL and GOTO
  => the interface is still missing (have to be rethougth)
This commit is contained in:
Gael Guennebaud
2009-02-21 20:20:38 +00:00
parent 3d86dcf473
commit de014efdaf
6 changed files with 663 additions and 385 deletions

View File

@@ -114,6 +114,7 @@ ei_add_test(cwiseop)
ei_add_test(redux)
ei_add_test(product_small)
ei_add_test(product_large ${EI_OFLAG})
ei_add_test(product_selfadjoint)
ei_add_test(adjoint)
ei_add_test(submatrices)
ei_add_test(miscmatrices)