From 0e6c1170abab3aac8eb79b5662fdb9edae77e3cf Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 5 Nov 2010 12:43:14 +0100 Subject: trsv: add support for inner-stride!=1, reduce code instanciation, move implementation to a new products/XX.h file --- Eigen/Core | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/Core') 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" -- cgit v1.2.3