eigen/Eigen/SparseLU

20 lines
318 B
Plaintext
Raw Normal View History

2012-06-14 00:26:05 +08:00
#ifndef EIGEN_SPARSELU_MODULE_H
#define EIGEN_SPARSELU_MODULE_H
#include "SparseCore"
2013-01-05 23:37:11 +08:00
/**
2012-06-14 00:26:05 +08:00
* \defgroup SparseLU_Module SparseLU module
*
*/
// Ordering interface
#include "OrderingMethods"
#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