* 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

@@ -145,7 +145,9 @@ namespace Eigen {
#include "src/Core/Swap.h"
#include "src/Core/CommaInitializer.h"
#include "src/Core/Part.h"
#include "src/Core/CacheFriendlyProduct.h"
#include "src/Core/products/GeneralMatrixMatrix.h"
#include "src/Core/products/GeneralMatrixVector.h"
#include "src/Core/products/SelfadjointMatrixVector.h"
} // namespace Eigen