From cf0f82ecbe1b92ec44e8fe34f65d6183059c9491 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 21 Oct 2008 13:35:04 +0000 Subject: sparse module: - remove some useless stuff => let's focus on a single sparse matrix format - finalize the new RandomSetter --- Eigen/Sparse | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Eigen/Sparse') diff --git a/Eigen/Sparse b/Eigen/Sparse index 2364c6fe4..54b15b8ae 100644 --- a/Eigen/Sparse +++ b/Eigen/Sparse @@ -8,6 +8,10 @@ #include #include +#ifdef EIGEN_GOOGLEHASH_SUPPORT + #include +#endif + #ifdef EIGEN_CHOLMOD_SUPPORT extern "C" { #include "cholmod.h" @@ -70,10 +74,10 @@ namespace Eigen { #include "src/Sparse/RandomSetter.h" #include "src/Sparse/SparseBlock.h" #include "src/Sparse/SparseMatrix.h" -#include "src/Sparse/HashMatrix.h" -#include "src/Sparse/LinkedVectorMatrix.h" +//#include "src/Sparse/HashMatrix.h" +//#include "src/Sparse/LinkedVectorMatrix.h" #include "src/Sparse/CoreIterators.h" -#include "src/Sparse/SparseSetter.h" +//#include "src/Sparse/SparseSetter.h" #include "src/Sparse/SparseProduct.h" #include "src/Sparse/TriangularSolver.h" #include "src/Sparse/SparseLLT.h" -- cgit v1.2.3