| 
									
										
										
										
											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/. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-06-23 21:25:22 +08:00
										 |  |  | #ifndef EIGEN_SPARSE_MODULE_H | 
					
						
							|  |  |  | #define EIGEN_SPARSE_MODULE_H | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-02 21:08:12 +08:00
										 |  |  | /** \defgroup Sparse_Module Sparse meta-module | 
					
						
							| 
									
										
										
										
											2009-01-26 21:53:43 +08:00
										 |  |  |   * | 
					
						
							| 
									
										
										
										
											2011-11-12 21:11:27 +08:00
										 |  |  |   * Meta-module including all related modules: | 
					
						
							| 
									
										
										
										
											2013-07-02 21:08:12 +08:00
										 |  |  |   * - \ref SparseCore_Module | 
					
						
							|  |  |  |   * - \ref OrderingMethods_Module | 
					
						
							|  |  |  |   * - \ref SparseCholesky_Module | 
					
						
							|  |  |  |   * - \ref SparseLU_Module | 
					
						
							|  |  |  |   * - \ref SparseQR_Module | 
					
						
							|  |  |  |   * - \ref IterativeLinearSolvers_Module | 
					
						
							| 
									
										
										
										
											2009-01-26 21:53:43 +08:00
										 |  |  |   * | 
					
						
							| 
									
										
										
										
											2015-03-04 16:35:30 +08:00
										 |  |  |     \code | 
					
						
							|  |  |  |     #include <Eigen/Sparse> | 
					
						
							|  |  |  |     \endcode | 
					
						
							| 
									
										
										
										
											2009-01-26 21:53:43 +08:00
										 |  |  |   */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-12 21:11:27 +08:00
										 |  |  | #include "SparseCore" | 
					
						
							|  |  |  | #include "OrderingMethods" | 
					
						
							|  |  |  | #include "SparseCholesky" | 
					
						
							| 
									
										
										
										
											2013-03-14 01:01:47 +08:00
										 |  |  | #include "SparseLU" | 
					
						
							|  |  |  | #include "SparseQR" | 
					
						
							| 
									
										
										
										
											2011-11-12 21:11:27 +08:00
										 |  |  | #include "IterativeLinearSolvers" | 
					
						
							| 
									
										
										
										
											2008-12-19 04:48:02 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-06-23 21:25:22 +08:00
										 |  |  | #endif  // EIGEN_SPARSE_MODULE_H |