LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / Eigen / Sparse
blob7cc9c09133af68d0723cd8ac0442a8775c01c5a9
1 #ifndef EIGEN_SPARSE_MODULE_H
2 #define EIGEN_SPARSE_MODULE_H
4 /** \defgroup Sparse_Module Sparse meta-module
5   *
6   * Meta-module including all related modules:
7   * - \ref SparseCore_Module
8   * - \ref OrderingMethods_Module
9   * - \ref SparseCholesky_Module
10   * - \ref SparseLU_Module
11   * - \ref SparseQR_Module
12   * - \ref IterativeLinearSolvers_Module
13   *
14   * \code
15   * #include <Eigen/Sparse>
16   * \endcode
17   */
19 #include "SparseCore"
20 #include "OrderingMethods"
21 #include "SparseCholesky"
22 #include "SparseLU"
23 #include "SparseQR"
24 #include "IterativeLinearSolvers"
26 #endif // EIGEN_SPARSE_MODULE_H