mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +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/.
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
|
||||||
#include "main.h"
|
|
||||||
|
|
||||||
#ifdef EIGEN_TEST_PART_1
|
#ifdef EIGEN_TEST_PART_1
|
||||||
|
|
||||||
#include "sparse.h"
|
#include "sparse.h"
|
||||||
@ -239,6 +237,7 @@ EIGEN_DECLARE_TEST(kronecker_product)
|
|||||||
#ifdef EIGEN_TEST_PART_2
|
#ifdef EIGEN_TEST_PART_2
|
||||||
|
|
||||||
// simply check that for a dense kronecker product, sparse module is not needed
|
// simply check that for a dense kronecker product, sparse module is not needed
|
||||||
|
#include "main.h"
|
||||||
#include <Eigen/KroneckerProduct>
|
#include <Eigen/KroneckerProduct>
|
||||||
|
|
||||||
EIGEN_DECLARE_TEST(kronecker_product)
|
EIGEN_DECLARE_TEST(kronecker_product)
|
||||||
|
Loading…
Reference in New Issue
Block a user