aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseLU
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2013-01-14 15:59:46 +0100
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2013-01-14 15:59:46 +0100
commitc05848a3307e9ae9b355da3adbe874b0ce30e51f (patch)
tree238f1c102e8dbca0167af27c1d0bcaf86a86bbb0 /Eigen/SparseLU
parent904c2f137b42f8d6df6d2e309c6a57b5727a7ae7 (diff)
Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix build issue of sparseqr
Diffstat (limited to 'Eigen/SparseLU')
-rw-r--r--Eigen/SparseLU2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SparseLU b/Eigen/SparseLU
index 92e14de9d..69cc6beca 100644
--- a/Eigen/SparseLU
+++ b/Eigen/SparseLU
@@ -25,7 +25,7 @@
#include "src/SparseLU/SparseLU_Structs.h"
#include "src/SparseLU/SparseLU_Matrix.h"
#include "src/SparseLU/SparseLUBase.h"
-#include "src/SparseLU/SparseLU_Coletree.h"
+#include "src/SparseCore/SparseColEtree.h"
#include "src/SparseLU/SparseLU_Memory.h"
#include "src/SparseLU/SparseLU_heap_relax_snode.h"
#include "src/SparseLU/SparseLU_relax_snode.h"