Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix build issue of sparseqr

This commit is contained in:
Desire NUENTSA
2013-01-14 15:59:46 +01:00
parent 904c2f137b
commit c05848a330
4 changed files with 5 additions and 5 deletions

View File

@@ -21,6 +21,7 @@
*
*/
#include "OrderingMethods"
#include "src/SparseCore/SparseColEtree.h"
#include "src/SparseQR/SparseQR.h"
#include "src/Core/util/ReenableStupidWarnings.h"