mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Made the kronecker_product test compile again
This commit is contained in:
parent
ab3f481141
commit
43ec0082a6
@ -10,8 +10,6 @@
|
||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
|
||||
#include "main.h"
|
||||
|
||||
#ifdef EIGEN_TEST_PART_1
|
||||
|
||||
#include "sparse.h"
|
||||
@ -239,6 +237,7 @@ EIGEN_DECLARE_TEST(kronecker_product)
|
||||
#ifdef EIGEN_TEST_PART_2
|
||||
|
||||
// simply check that for a dense kronecker product, sparse module is not needed
|
||||
#include "main.h"
|
||||
#include <Eigen/KroneckerProduct>
|
||||
|
||||
EIGEN_DECLARE_TEST(kronecker_product)
|
||||
|
Loading…
Reference in New Issue
Block a user