diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2009-05-22 20:25:33 +0200 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2009-05-22 20:25:33 +0200 |
commit | 6347b1db5bb427285faf322190e94679e49f4e3b (patch) | |
tree | b2bd57427541a377ff033c1f6cb09828b46eba17 /Eigen/src/LU | |
parent | 6ecd02d7ec85f07e02559cb311d4dd07e844a72d (diff) |
remove sentence "Eigen itself is part of the KDE project."
it never made very precise sense. but now does it still make any?
Diffstat (limited to 'Eigen/src/LU')
-rw-r--r-- | Eigen/src/LU/Determinant.h | 2 | ||||
-rw-r--r-- | Eigen/src/LU/Inverse.h | 2 | ||||
-rw-r--r-- | Eigen/src/LU/LU.h | 2 | ||||
-rw-r--r-- | Eigen/src/LU/PartialLU.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Eigen/src/LU/Determinant.h b/Eigen/src/LU/Determinant.h index fc3454435..42b0cb8fb 100644 --- a/Eigen/src/LU/Determinant.h +++ b/Eigen/src/LU/Determinant.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 Benoit Jacob <jacob.benoit.1@gmail.com> // diff --git a/Eigen/src/LU/Inverse.h b/Eigen/src/LU/Inverse.h index 722de82a3..b29efb60c 100644 --- a/Eigen/src/LU/Inverse.h +++ b/Eigen/src/LU/Inverse.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 Benoit Jacob <jacob.benoit.1@gmail.com> // diff --git a/Eigen/src/LU/LU.h b/Eigen/src/LU/LU.h index 32525ebc3..7047da0fa 100644 --- a/Eigen/src/LU/LU.h +++ b/Eigen/src/LU/LU.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) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // diff --git a/Eigen/src/LU/PartialLU.h b/Eigen/src/LU/PartialLU.h index 3a6e9f286..4e1cd7828 100644 --- a/Eigen/src/LU/PartialLU.h +++ b/Eigen/src/LU/PartialLU.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) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com> // |