aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseLU
blob: dc532f87fe361706429b54652dc56eda48c86069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef EIGEN_SPARSELU_MODULE_H
#define EIGEN_SPARSELU_MODULE_H

#include "SparseCore"


/** 
  * \defgroup SparseLU_Module SparseLU module
  *
  */

// Ordering interface
#include "OrderingMethods"

#include "src/SparseLU/SparseLU_gemm_kernel.h"

#include "src/SparseLU/SparseLU.h"

#endif // EIGEN_SPARSELU_MODULE_H