aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseLU
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2013-05-29 10:15:40 +0200
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2013-05-29 10:15:40 +0200
commitd7cd957f105b731412124755face7c3a098ff5a3 (patch)
tree5818d941ecd707c356a396174c9c9705e74e739d /Eigen/SparseLU
parente0566a817f4092ae58b6cd3a3fb8d2abd10357c9 (diff)
Include misc struct declarations
Diffstat (limited to 'Eigen/SparseLU')
-rw-r--r--Eigen/SparseLU3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/SparseLU b/Eigen/SparseLU
index 38b38b531..8527a49bd 100644
--- a/Eigen/SparseLU
+++ b/Eigen/SparseLU
@@ -20,6 +20,9 @@
* Please, see the documentation of the SparseLU class for more details.
*/
+#include "src/misc/Solve.h"
+#include "src/misc/SparseSolve.h"
+
// Ordering interface
#include "OrderingMethods"