Main MRPT website > C++ reference
MRPT logo
UmfPackSupport
Go to the documentation of this file.
00001 #ifndef EIGEN_UMFPACKSUPPORT_MODULE_H
00002 #define EIGEN_UMFPACKSUPPORT_MODULE_H
00003 
00004 #include "SparseExtra"
00005 
00006 #include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
00007 
00008 extern "C" {
00009 #include <umfpack.h>
00010 }
00011 
00012 namespace Eigen {
00013 
00014 /** \ingroup Unsupported_modules
00015   * \defgroup UmfPackSupport_Module UmfPack support module  
00016  * \ingroup eigen_grp
00017  * \ingroup eigen_grp
00018   *
00019   *
00020   *
00021   *
00022   * \code
00023   * #include <Eigen/UmfPackSupport>
00024   * \endcode
00025   */
00026 
00027 struct UmfPack {};
00028 
00029 #include "src/SparseExtra/UmfPackSupport.h"
00030 
00031 } // namespace Eigen
00032 
00033 #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
00034 
00035 #endif // EIGEN_UMFPACKSUPPORT_MODULE_H



Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo