2012-06-14 00:26:05 +08:00
|
|
|
#ifndef EIGEN_SPARSELU_MODULE_H
|
|
|
|
|
#define EIGEN_SPARSELU_MODULE_H
|
|
|
|
|
|
|
|
|
|
#include "SparseCore"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** \ingroup Sparse_modules
|
|
|
|
|
* \defgroup SparseLU_Module SparseLU module
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// Ordering interface
|
|
|
|
|
#include "OrderingMethods"
|
|
|
|
|
|
2012-10-30 22:09:48 +08:00
|
|
|
#include "src/SparseLU/SparseLU_gemm_kernel.h"
|
|
|
|
|
|
2012-06-14 00:26:05 +08:00
|
|
|
#include "src/SparseLU/SparseLU.h"
|
|
|
|
|
|
|
|
|
|
#endif // EIGEN_SPARSELU_MODULE_H
|