aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCholesky
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-06-11 21:13:30 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-06-11 21:13:30 +0200
commitf3af423c70af094aa6c6a550525bcd6addb421a5 (patch)
treebda1a01315af9fb4d3e0a01a03deefd59752e1eb /Eigen/SparseCholesky
parent1bf18bd57feed5d23c752c97457c2a9884e291bb (diff)
Add missing dependency in SparseSholesky header
Diffstat (limited to 'Eigen/SparseCholesky')
-rw-r--r--Eigen/SparseCholesky11
1 files changed, 10 insertions, 1 deletions
diff --git a/Eigen/SparseCholesky b/Eigen/SparseCholesky
index 800f17bc4..9f5056aa1 100644
--- a/Eigen/SparseCholesky
+++ b/Eigen/SparseCholesky
@@ -1,7 +1,17 @@
+// This file is part of Eigen, a lightweight C++ template library
+// for linear algebra.
+//
+// Copyright (C) 2008-2013 Gael Guennebaud <gael.guennebaud@inria.fr>
+//
+// This Source Code Form is subject to the terms of the Mozilla
+// Public License v. 2.0. If a copy of the MPL was not distributed
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
#ifndef EIGEN_SPARSECHOLESKY_MODULE_H
#define EIGEN_SPARSECHOLESKY_MODULE_H
#include "SparseCore"
+#include "OrderingMethods"
#include "src/Core/util/DisableStupidWarnings.h"
@@ -26,7 +36,6 @@
#include "src/misc/Solve.h"
#include "src/misc/SparseSolve.h"
-
#include "src/SparseCholesky/SimplicialCholesky.h"
#ifndef EIGEN_MPL2_ONLY