Change include order to make SparsePlugin work

This commit is contained in:
Christoph Hertzberg 2018-09-22 10:26:21 +02:00
parent 2c932556fc
commit 64ec5a1a6b

View File

@ -8,10 +8,10 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
// import basic and product tests for deprectaed DynamicSparseMatrix
// import basic and product tests for deprecated DynamicSparseMatrix
#define EIGEN_NO_DEPRECATED_WARNING
#include "sparse_basic.cpp"
#include "sparse_product.cpp"
#include "sparse_basic.cpp"
#include <Eigen/SparseExtra>
template<typename SetterType,typename DenseType, typename Scalar, int Options>