add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas Platen materials.

This commit is contained in:
Gael Guennebaud
2011-06-22 14:39:11 +02:00
parent 7aabce7c76
commit 3ecf7e8f6e
7 changed files with 397 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
#ifndef EIGEN_KRONECKER_PRODUCT_MODULE_H
#define EIGEN_KRONECKER_PRODUCT_MODULE_H
#include "../../Eigen/Core"
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
namespace Eigen {
/** \ingroup Unsupported_modules
* \defgroup KroneckerProduct_Module KroneckerProduct module
*
* This module contains an experimental Kronecker product implementation.
*
* \code
* #include <Eigen/KroneckerProduct>
* \endcode
*/
#include "src/KroneckerProduct/KroneckerTensorProduct.h"
} // namespace Eigen
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_KRONECKER_PRODUCT_MODULE_H