| 
									
										
										
										
											2015-10-26 18:46:05 +08:00
										 |  |  | // This file is part of Eigen, a lightweight C++ template library | 
					
						
							|  |  |  | // for linear algebra. | 
					
						
							|  |  |  | // | 
					
						
							|  |  |  | // This Source Code Form is subject to the terms of the Mozilla | 
					
						
							|  |  |  | // Public License v. 2.0. If a copy of the MPL was not distributed | 
					
						
							|  |  |  | // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-06 20:55:02 +08:00
										 |  |  | #ifndef EIGEN_METISSUPPORT_MODULE_H | 
					
						
							|  |  |  | #define EIGEN_METISSUPPORT_MODULE_H | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "SparseCore" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "src/Core/util/DisableStupidWarnings.h" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern "C" { | 
					
						
							|  |  |  | #include <metis.h> | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** \ingroup Support_modules | 
					
						
							|  |  |  |  * \defgroup MetisSupport_Module MetisSupport module | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * \code | 
					
						
							|  |  |  |  * #include <Eigen/MetisSupport> | 
					
						
							|  |  |  |  * \endcode | 
					
						
							| 
									
										
										
										
											2013-01-21 22:37:47 +08:00
										 |  |  |  * This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkhome/views/metis). | 
					
						
							|  |  |  |  * It can be used just as any other built-in method as explained in \link OrderingMethods_Module here. \endlink | 
					
						
							| 
									
										
										
										
											2012-08-06 20:55:02 +08:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-09 01:40:31 +08:00
										 |  |  | // IWYU pragma: begin_exports | 
					
						
							| 
									
										
										
										
											2012-08-06 20:55:02 +08:00
										 |  |  | #include "src/MetisSupport/MetisSupport.h" | 
					
						
							| 
									
										
										
										
											2023-02-09 01:40:31 +08:00
										 |  |  | // IWYU pragma: end_exports | 
					
						
							| 
									
										
										
										
											2012-08-06 20:55:02 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include "src/Core/util/ReenableStupidWarnings.h" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif  // EIGEN_METISSUPPORT_MODULE_H |