You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
624 B

  1. #ifndef EIGEN_KRONECKER_PRODUCT_MODULE_H
  2. #define EIGEN_KRONECKER_PRODUCT_MODULE_H
  3. #include "../../Eigen/Core"
  4. #include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
  5. namespace Eigen {
  6. /** \ingroup Unsupported_modules
  7. * \defgroup KroneckerProduct_Module KroneckerProduct module
  8. *
  9. * This module contains an experimental Kronecker product implementation.
  10. *
  11. * \code
  12. * #include <Eigen/KroneckerProduct>
  13. * \endcode
  14. */
  15. } // namespace Eigen
  16. #include "src/KroneckerProduct/KroneckerTensorProduct.h"
  17. #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
  18. #endif // EIGEN_KRONECKER_PRODUCT_MODULE_H