From 0529ecfe1b43d40e40755a2d856188d3ded2c14e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 Nov 2009 14:52:52 +0100 Subject: Big refactoring/cleaning in the spasre module with in particular the addition of a selfadjointView, and the extension of triangularView. The rest is cleaning and does not change/extend the API. --- Eigen/Sparse | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Eigen/Sparse') diff --git a/Eigen/Sparse b/Eigen/Sparse index 552dbde4a..f4dcad07e 100644 --- a/Eigen/Sparse +++ b/Eigen/Sparse @@ -98,7 +98,6 @@ struct Sparse {}; #include "src/Sparse/SparseVector.h" #include "src/Sparse/CoreIterators.h" #include "src/Sparse/SparseTranspose.h" -#include "src/Sparse/SparseCwise.h" #include "src/Sparse/SparseCwiseUnaryOp.h" #include "src/Sparse/SparseCwiseBinaryOp.h" #include "src/Sparse/SparseDot.h" @@ -107,12 +106,12 @@ struct Sparse {}; #include "src/Sparse/SparseFuzzy.h" #include "src/Sparse/SparseProduct.h" #include "src/Sparse/SparseDiagonalProduct.h" -#include "src/Sparse/SparseTriangular.h" +#include "src/Sparse/SparseTriangularView.h" +#include "src/Sparse/SparseSelfAdjointView.h" #include "src/Sparse/TriangularSolver.h" #include "src/Sparse/SparseLLT.h" #include "src/Sparse/SparseLDLT.h" #include "src/Sparse/SparseLU.h" -#include "src/Sparse/SparseExpressionMaker.h" #ifdef EIGEN_CHOLMOD_SUPPORT # include "src/Sparse/CholmodSupport.h" -- cgit v1.2.3