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.

31 lines
644 B

  1. #ifndef EIGEN_SKYLINE_MODULE_H
  2. #define EIGEN_SKYLINE_MODULE_H
  3. #include "Eigen/Core"
  4. #include "Eigen/src/Core/util/DisableStupidWarnings.h"
  5. #include <map>
  6. #include <cstdlib>
  7. #include <cstring>
  8. #include <algorithm>
  9. /** \ingroup Unsupported_modules
  10. * \defgroup Skyline_Module Skyline module
  11. *
  12. *
  13. *
  14. *
  15. */
  16. #include "src/Skyline/SkylineUtil.h"
  17. #include "src/Skyline/SkylineMatrixBase.h"
  18. #include "src/Skyline/SkylineStorage.h"
  19. #include "src/Skyline/SkylineMatrix.h"
  20. #include "src/Skyline/SkylineInplaceLU.h"
  21. #include "src/Skyline/SkylineProduct.h"
  22. #include "Eigen/src/Core/util/ReenableStupidWarnings.h"
  23. #endif // EIGEN_SKYLINE_MODULE_H