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

#include "SparseCore"


/** \ingroup Sparse_modules
  * \defgroup SparseLU_Module SparseLU module
  *
  */

// Ordering interface
#include "OrderingMethods"

#include "src/SparseLU/SparseLU.h"

#endif // EIGEN_SPARSELU_MODULE_H