mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 12:46:00 +08:00
"sparse_product.cpp" must be included before "sparse_basic.cpp", otherwise EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN has no effect
This commit is contained in:
parent
023ed6b9a8
commit
ff4e835d6b
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
// import basic and product tests for deprecated DynamicSparseMatrix
|
// import basic and product tests for deprecated DynamicSparseMatrix
|
||||||
#define EIGEN_NO_DEPRECATED_WARNING
|
#define EIGEN_NO_DEPRECATED_WARNING
|
||||||
#include "sparse_basic.cpp"
|
|
||||||
#include "sparse_product.cpp"
|
#include "sparse_product.cpp"
|
||||||
|
#include "sparse_basic.cpp"
|
||||||
#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