aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-22 11:35:56 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-22 11:35:56 +0200
commit6daa6a0d164ac3c225645e47f55238e9ba2a32cc (patch)
tree316255fb310c4e5f4583eeb89eca63127efc92c2 /Eigen/SparseCore
parent2a251ffab0f3abd1fcfe340a4bee61e352d83424 (diff)
Refactor TriangularView to handle both dense and sparse objects. Introduce a glu_shape<S1,S2> helper to assemble sparse/dense shapes with triagular/seladjoint views.
Diffstat (limited to 'Eigen/SparseCore')
-rw-r--r--Eigen/SparseCore6
1 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/SparseCore b/Eigen/SparseCore
index 69b413ec2..578469c1c 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -54,12 +54,12 @@ struct Sparse {};
#include "src/SparseCore/SparseProduct.h"
#include "src/SparseCore/SparseDenseProduct.h"
#include "src/SparseCore/SparseSelfAdjointView.h"
+#include "src/SparseCore/SparseTriangularView.h"
+#include "src/SparseCore/TriangularSolver.h"
+
#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseFuzzy.h"
-#include "src/SparseCore/SparseTriangularView.h"
-
-#include "src/SparseCore/TriangularSolver.h"
#endif
#include "src/Core/util/ReenableStupidWarnings.h"