aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-08 22:51:40 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-08 22:51:40 +0800
commit1b8f4164082f82265f8118d89de71bb14d7f0eb6 (patch)
tree49cec0f3337b37da2851f655754505bdab267cc8 /blas/common.h
parentdac5a8a37dd0e6c4b9e79a3d48d276787f06d8c3 (diff)
Implement rank-1 update for self-adjoint packed matrices.
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blas/common.h b/blas/common.h
index 26b4ed5a3..a14d32289 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -76,6 +76,7 @@ namespace Eigen {
#include "BandTriangularSolver.h"
#include "GeneralRank1Update.h"
#include "Rank2Update.h"
+#include "SelfadjointPackedProduct.h"
}
using namespace Eigen;