From b0b9b4d6b223cfbfee564427514cd6d693e1c503 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sat, 8 Sep 2012 01:39:16 +0800 Subject: Implement functors for rank-1 and rank-2 update. --- blas/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blas/common.h') 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; -- cgit v1.2.3