From 669db3d7768b3b94d31d6552a1012ee29f54b8d8 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sun, 9 Sep 2012 02:55:10 +0800 Subject: Extend rank-1 updates for different storage orders. --- blas/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blas/common.h') diff --git a/blas/common.h b/blas/common.h index a14d32289..3160d3b41 100644 --- a/blas/common.h +++ b/blas/common.h @@ -75,8 +75,8 @@ inline bool check_uplo(const char* uplo) namespace Eigen { #include "BandTriangularSolver.h" #include "GeneralRank1Update.h" +#include "PackedSelfadjointProduct.h" #include "Rank2Update.h" -#include "SelfadjointPackedProduct.h" } using namespace Eigen; -- cgit v1.2.3