Include misc struct declarations

This commit is contained in:
Desire NUENTSA 2013-05-29 10:15:40 +02:00
parent e0566a817f
commit d7cd957f10
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,9 @@
* Please, see the documentation of the SparseLU class for more details. * Please, see the documentation of the SparseLU class for more details.
*/ */
#include "src/misc/Solve.h"
#include "src/misc/SparseSolve.h"
// Ordering interface // Ordering interface
#include "OrderingMethods" #include "OrderingMethods"

View File

@ -20,6 +20,10 @@
* *
* *
*/ */
#include "src/misc/Solve.h"
#include "src/misc/SparseSolve.h"
#include "OrderingMethods" #include "OrderingMethods"
#include "src/SparseCore/SparseColEtree.h" #include "src/SparseCore/SparseColEtree.h"
#include "src/SparseQR/SparseQR.h" #include "src/SparseQR/SparseQR.h"