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



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