diff options
author | Gael Guennebaud <g.gael@free.fr> | 2009-07-21 16:58:35 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2009-07-21 16:58:35 +0200 |
commit | d6627d540e6a8651ccd8ce4a4520b70fe5def870 (patch) | |
tree | 0b33c593046a5aa7c1a76c42cdd749a3938870ba /Eigen/Core | |
parent | afa8f2ca952e52201b36813b848aa7a68fca70e9 (diff) |
* refactoring of the matrix product into multiple small kernels
* started an efficient selfadjoint matrix * general matrix product
based on the generic kernels ( => need a very little LOC)
Diffstat (limited to 'Eigen/Core')
-rw-r--r-- | Eigen/Core | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core index ee9bfe325..ea871dca3 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -180,6 +180,7 @@ namespace Eigen { #include "src/Core/products/GeneralMatrixMatrix.h" #include "src/Core/products/GeneralMatrixVector.h" #include "src/Core/products/SelfadjointMatrixVector.h" +#include "src/Core/products/SelfadjointMatrixMatrix.h" #include "src/Core/TriangularMatrix.h" #include "src/Core/SelfAdjointView.h" #include "src/Core/SolveTriangular.h" |