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.

17 lines
293 B

  1. #ifndef EIGEN_SPARSELU_MODULE_H
  2. #define EIGEN_SPARSELU_MODULE_H
  3. #include "SparseCore"
  4. /** \ingroup Sparse_modules
  5. * \defgroup SparseLU_Module SparseLU module
  6. *
  7. */
  8. // Ordering interface
  9. #include "OrderingMethods"
  10. #include "src/SparseLU/SparseLU.h"
  11. #endif // EIGEN_SPARSELU_MODULE_H