Go to the documentation of this file.
10 #ifndef EIGEN_SPARSE_EXTRA_MODULE_H
11 #define EIGEN_SPARSE_EXTRA_MODULE_H
13 #include "../../Eigen/Sparse"
15 #include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
19 #include <unordered_map>
26 #ifdef EIGEN_GOOGLEHASH_SUPPORT
27 #include <google/dense_hash_map>
28 #include <google/sparse_hash_map>
56 #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"