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

namespace Eigen {

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

} // namespace Eigen

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

#endif // EIGEN_SPARSE_MODULE_H