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 <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <unordered_map>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -27,8 +27,6 @@ static long g_dense_op_sparse_count = 0;
|
|||||||
#define EIGEN_SPARSE_PRODUCT_IGNORE_TEMPORARY_COUNT
|
#define EIGEN_SPARSE_PRODUCT_IGNORE_TEMPORARY_COUNT
|
||||||
#include "sparse_product.cpp"
|
#include "sparse_product.cpp"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef min
|
#ifdef min
|
||||||
#undef min
|
#undef min
|
||||||
#endif
|
#endif
|
||||||
@ -37,9 +35,6 @@ static long g_dense_op_sparse_count = 0;
|
|||||||
#undef max
|
#undef max
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <unordered_map>
|
|
||||||
|
|
||||||
|
|
||||||
#include <Eigen/SparseExtra>
|
#include <Eigen/SparseExtra>
|
||||||
|
|
||||||
template<typename SetterType,typename DenseType, typename Scalar, int Options>
|
template<typename SetterType,typename DenseType, typename Scalar, int Options>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user