You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
449 B

  1. #ifndef EIGEN_SPARSE_MODULE_H
  2. #define EIGEN_SPARSE_MODULE_H
  3. /** \defgroup Sparse_modules Sparse modules
  4. *
  5. * Meta-module including all related modules:
  6. * - SparseCore
  7. * - OrderingMethods
  8. * - SparseCholesky
  9. * - IterativeLinearSolvers
  10. *
  11. * \code
  12. * #include <Eigen/Sparse>
  13. * \endcode
  14. */
  15. #include "SparseCore"
  16. #include "OrderingMethods"
  17. #include "SparseCholesky"
  18. #include "IterativeLinearSolvers"
  19. #endif // EIGEN_SPARSE_MODULE_H