aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-10 06:29:02 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-10 06:29:02 +0800
commit65caa40a3d792dbbd28b3f47de2a87efea58bb24 (patch)
tree19a81133ad52bb3276a88adf0359089c12bb4972 /blas/common.h
parent3642ca4d465f347188e155aab4464b6e814855cb (diff)
Implement packed triangular solver.
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 1019d8623..ee38b31d1 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -77,6 +77,7 @@ namespace Eigen {
#include "GeneralRank1Update.h"
#include "PackedSelfadjointProduct.h"
#include "PackedTriangularMatrixVector.h"
+#include "PackedTriangularSolverVector.h"
#include "Rank2Update.h"
}