aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-05-22 20:31:26 +0200
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-05-22 20:31:26 +0200
commit7667a93cbe012dc9da7f6d50359fda8912c151dd (patch)
tree2f3f27f3e5e7b9237e9453f45d4d6fe8fe4c7527 /Eigen/src/Cholesky
parent0ed7c2f6d7738d83e9b26e6a3d36ea77ac9699cd (diff)
parent6347b1db5bb427285faf322190e94679e49f4e3b (diff)
merge
Diffstat (limited to 'Eigen/src/Cholesky')
-rw-r--r--Eigen/src/Cholesky/CholeskyInstantiations.cpp2
-rw-r--r--Eigen/src/Cholesky/LDLT.h2
-rw-r--r--Eigen/src/Cholesky/LLT.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/src/Cholesky/CholeskyInstantiations.cpp b/Eigen/src/Cholesky/CholeskyInstantiations.cpp
index e7f40a2ce..92902f19b 100644
--- a/Eigen/src/Cholesky/CholeskyInstantiations.cpp
+++ b/Eigen/src/Cholesky/CholeskyInstantiations.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h
index b393afde8..039e542bc 100644
--- a/Eigen/src/Cholesky/LDLT.h
+++ b/Eigen/src/Cholesky/LDLT.h
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2009 Keir Mierle <mierle@gmail.com>
diff --git a/Eigen/src/Cholesky/LLT.h b/Eigen/src/Cholesky/LLT.h
index b8ff3a3de..cb2524e9d 100644
--- a/Eigen/src/Cholesky/LLT.h
+++ b/Eigen/src/Cholesky/LLT.h
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//