aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-08 01:39:16 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-08 01:39:16 +0800
commitb0b9b4d6b223cfbfee564427514cd6d693e1c503 (patch)
treeff3da7a5bf23f79dd48e1c3ff5e1e17ef517dab9 /blas/common.h
parent145f89cd5f8872bfe8bceae127a2421576767e08 (diff)
Implement functors for rank-1 and rank-2 update.
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blas/common.h b/blas/common.h
index cd7839114..26b4ed5a3 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -74,6 +74,8 @@ inline bool check_uplo(const char* uplo)
namespace Eigen {
#include "BandTriangularSolver.h"
+#include "GeneralRank1Update.h"
+#include "Rank2Update.h"
}
using namespace Eigen;