aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
blob: a3cee2482a8ed3a7cfbfcbe7b5b085b4ad83de53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef EIGEN_SPARSE_MODULE_H
#define EIGEN_SPARSE_MODULE_H

/** defgroup Sparse_modules Sparse modules
  *
  * Meta-module including all related modules:
  * - SparseCore
  * - OrderingMethods
  * - SparseCholesky
  * - IterativeLinearSolvers
  *
  * \code
  * #include <Eigen/Sparse>
  * \endcode
  */

#include "SparseCore"
#include "OrderingMethods"
#include "SparseCholesky"
#include "IterativeLinearSolvers"

#endif // EIGEN_SPARSE_MODULE_H