eigen/unsupported/Eigen/UmfPackSupport

29 lines
481 B
Plaintext
Raw Normal View History

#ifndef EIGEN_UMFPACKSUPPORT_MODULE_H
#define EIGEN_UMFPACKSUPPORT_MODULE_H
#include "SparseExtra"
#include "src/Core/util/DisableMSVCWarnings.h"
#include <umfpack.h>
namespace Eigen {
/** \defgroup Sparse_Module Sparse module
*
* \nonstableyet
*
*
* \code
* #include <Eigen/UmfPackSupport>
* \endcode
*/
#include "src/SparseExtra/UmfPackSupport.h"
} // namespace Eigen
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_UMFPACKSUPPORT_MODULE_H