mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
included unordered_map header
This commit is contained in:
parent
a032397ae4
commit
53ad9c75b4
@ -16,6 +16,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
@ -27,8 +27,6 @@ static long g_dense_op_sparse_count = 0;
|
||||
#define EIGEN_SPARSE_PRODUCT_IGNORE_TEMPORARY_COUNT
|
||||
#include "sparse_product.cpp"
|
||||
|
||||
|
||||
|
||||
#ifdef min
|
||||
#undef min
|
||||
#endif
|
||||
@ -37,9 +35,6 @@ static long g_dense_op_sparse_count = 0;
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
#include <Eigen/SparseExtra>
|
||||
|
||||
template<typename SetterType,typename DenseType, typename Scalar, int Options>
|
||||
|
Loading…
x
Reference in New Issue
Block a user