aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-11-05 12:43:14 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-11-05 12:43:14 +0100
commit0e6c1170abab3aac8eb79b5662fdb9edae77e3cf (patch)
treeb396fd25eb27e55ca033e55a9d9ed6a42aeff05a /Eigen/Core
parentfe1353080ea5760daea332a8904edd78c0a9fb36 (diff)
trsv: add support for inner-stride!=1, reduce code instanciation, move implementation to a new products/XX.h file
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 4401a4e14..5e81d10d1 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -315,6 +315,7 @@ using std::size_t;
#include "src/Core/products/TriangularMatrixVector.h"
#include "src/Core/products/TriangularMatrixMatrix.h"
#include "src/Core/products/TriangularSolverMatrix.h"
+#include "src/Core/products/TriangularSolverVector.h"
#include "src/Core/BandMatrix.h"
#include "src/Core/BooleanRedux.h"