aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-09 02:55:10 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-09 02:55:10 +0800
commit669db3d7768b3b94d31d6552a1012ee29f54b8d8 (patch)
treef974fb8d085873b74363264deaef3639aa2bf690 /blas/common.h
parent1b8f4164082f82265f8118d89de71bb14d7f0eb6 (diff)
Extend rank-1 updates for different storage orders.
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h2
1 files changed, 1 insertions, 1 deletions
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;