aboutsummaryrefslogtreecommitdiff
path: root/Eigen/Sparse
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Sparse')
-rw-r--r--Eigen/Sparse23
1 files changed, 23 insertions, 0 deletions
diff --git a/Eigen/Sparse b/Eigen/Sparse
new file mode 100644
index 000000000..2d1757172
--- /dev/null
+++ b/Eigen/Sparse
@@ -0,0 +1,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
+