Loading...
Searching...
No Matches
11#ifndef EIGEN_SPARSELU_MODULE_H
12#define EIGEN_SPARSELU_MODULE_H
24#include "OrderingMethods"
26#include "src/SparseLU/SparseLU_gemm_kernel.h"
28#include "src/SparseLU/SparseLU_Structs.h"
29#include "src/SparseLU/SparseLU_SupernodalMatrix.h"
30#include "src/SparseLU/SparseLUImpl.h"
31#include "src/SparseCore/SparseColEtree.h"
32#include "src/SparseLU/SparseLU_Memory.h"
33#include "src/SparseLU/SparseLU_heap_relax_snode.h"
34#include "src/SparseLU/SparseLU_relax_snode.h"
35#include "src/SparseLU/SparseLU_pivotL.h"
36#include "src/SparseLU/SparseLU_panel_dfs.h"
37#include "src/SparseLU/SparseLU_kernel_bmod.h"
38#include "src/SparseLU/SparseLU_panel_bmod.h"
39#include "src/SparseLU/SparseLU_column_dfs.h"
40#include "src/SparseLU/SparseLU_column_bmod.h"
41#include "src/SparseLU/SparseLU_copy_to_ucol.h"
42#include "src/SparseLU/SparseLU_pruneL.h"
43#include "src/SparseLU/SparseLU_Utils.h"
44#include "src/SparseLU/SparseLU.h"