aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/All32
-rw-r--r--src/Core32
-rw-r--r--src/Core/Block.h (renamed from src/internal/Block.h)0
-rw-r--r--src/Core/CMakeLists.txt (renamed from src/internal/CMakeLists.txt)0
-rw-r--r--src/Core/Column.h (renamed from src/internal/Column.h)0
-rw-r--r--src/Core/Conjugate.h (renamed from src/internal/Conjugate.h)0
-rw-r--r--src/Core/Eval.h (renamed from src/internal/Eval.h)0
-rw-r--r--src/Core/Loop.h (renamed from src/internal/Loop.h)0
-rw-r--r--src/Core/Matrix.h (renamed from src/internal/Matrix.h)0
-rw-r--r--src/Core/MatrixOps.h (renamed from src/internal/MatrixOps.h)0
-rw-r--r--src/Core/MatrixRef.h (renamed from src/internal/MatrixRef.h)0
-rw-r--r--src/Core/MatrixStorage.h (renamed from src/internal/MatrixStorage.h)0
-rw-r--r--src/Core/Minor.h (renamed from src/internal/Minor.h)0
-rw-r--r--src/Core/Numeric.h (renamed from src/internal/Numeric.h)0
-rw-r--r--src/Core/Object.h (renamed from src/internal/Object.h)0
-rw-r--r--src/Core/Row.h (renamed from src/internal/Row.h)0
-rw-r--r--src/Core/ScalarOps.h (renamed from src/internal/ScalarOps.h)0
-rw-r--r--src/Core/Transpose.h (renamed from src/internal/Transpose.h)0
-rw-r--r--src/Core/Util.h (renamed from src/internal/Util.h)0
-rw-r--r--src/Manip36
20 files changed, 0 insertions, 100 deletions
diff --git a/src/All b/src/All
deleted file mode 100644
index 62c2abf35..000000000
--- a/src/All
+++ /dev/null
@@ -1,32 +0,0 @@
-// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
-//
-// Copyright (C) 2006-2007 Benoit Jacob <jacob@math.jussieu.fr>
-//
-// Eigen is free software; you can redistribute it and/or modify it under the
-// terms of the GNU General Public License as published by the Free Software
-// Foundation; either version 2 or (at your option) any later version.
-//
-// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
-// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
-// details.
-//
-// You should have received a copy of the GNU General Public License along
-// with Eigen; if not, write to the Free Software Foundation, Inc., 51
-// Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-//
-// As a special exception, if other files instantiate templates or use macros
-// or functions from this file, or you compile this file and link it
-// with other works to produce a work based on this file, this file does not
-// by itself cause the resulting work to be covered by the GNU General Public
-// License. This exception does not invalidate any other reasons why a work
-// based on this file might be covered by the GNU General Public License.
-
-#ifndef EI_ALL_H
-#define EI_ALL_H
-
-#include "Core"
-#include "Manip"
-
-#endif // EI_ALL_H
diff --git a/src/Core b/src/Core
deleted file mode 100644
index 581893ace..000000000
--- a/src/Core
+++ /dev/null
@@ -1,32 +0,0 @@
-// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
-//
-// Copyright (C) 2006-2007 Benoit Jacob <jacob@math.jussieu.fr>
-//
-// Eigen is free software; you can redistribute it and/or modify it under the
-// terms of the GNU General Public License as published by the Free Software
-// Foundation; either version 2 or (at your option) any later version.
-//
-// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
-// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
-// details.
-//
-// You should have received a copy of the GNU General Public License along
-// with Eigen; if not, write to the Free Software Foundation, Inc., 51
-// Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-//
-// As a special exception, if other files instantiate templates or use macros
-// or functions from this file, or you compile this file and link it
-// with other works to produce a work based on this file, this file does not
-// by itself cause the resulting work to be covered by the GNU General Public
-// License. This exception does not invalidate any other reasons why a work
-// based on this file might be covered by the GNU General Public License.
-
-#ifndef EI_CORE_H
-#define EI_CORE_H
-
-//#include "internal/Vector.h"
-#include "internal/Matrix.h"
-
-#endif // EI_CORE_H
diff --git a/src/internal/Block.h b/src/Core/Block.h
index 90bb9ac8a..90bb9ac8a 100644
--- a/src/internal/Block.h
+++ b/src/Core/Block.h
diff --git a/src/internal/CMakeLists.txt b/src/Core/CMakeLists.txt
index c3643b916..c3643b916 100644
--- a/src/internal/CMakeLists.txt
+++ b/src/Core/CMakeLists.txt
diff --git a/src/internal/Column.h b/src/Core/Column.h
index f83028ed0..f83028ed0 100644
--- a/src/internal/Column.h
+++ b/src/Core/Column.h
diff --git a/src/internal/Conjugate.h b/src/Core/Conjugate.h
index 5b55b7ea0..5b55b7ea0 100644
--- a/src/internal/Conjugate.h
+++ b/src/Core/Conjugate.h
diff --git a/src/internal/Eval.h b/src/Core/Eval.h
index 4de32ebac..4de32ebac 100644
--- a/src/internal/Eval.h
+++ b/src/Core/Eval.h
diff --git a/src/internal/Loop.h b/src/Core/Loop.h
index 27f53a31b..27f53a31b 100644
--- a/src/internal/Loop.h
+++ b/src/Core/Loop.h
diff --git a/src/internal/Matrix.h b/src/Core/Matrix.h
index b4df04b11..b4df04b11 100644
--- a/src/internal/Matrix.h
+++ b/src/Core/Matrix.h
diff --git a/src/internal/MatrixOps.h b/src/Core/MatrixOps.h
index 54803a95c..54803a95c 100644
--- a/src/internal/MatrixOps.h
+++ b/src/Core/MatrixOps.h
diff --git a/src/internal/MatrixRef.h b/src/Core/MatrixRef.h
index 7bf3ebe44..7bf3ebe44 100644
--- a/src/internal/MatrixRef.h
+++ b/src/Core/MatrixRef.h
diff --git a/src/internal/MatrixStorage.h b/src/Core/MatrixStorage.h
index b3b3f9e06..b3b3f9e06 100644
--- a/src/internal/MatrixStorage.h
+++ b/src/Core/MatrixStorage.h
diff --git a/src/internal/Minor.h b/src/Core/Minor.h
index 217ee9059..217ee9059 100644
--- a/src/internal/Minor.h
+++ b/src/Core/Minor.h
diff --git a/src/internal/Numeric.h b/src/Core/Numeric.h
index 48a36f236..48a36f236 100644
--- a/src/internal/Numeric.h
+++ b/src/Core/Numeric.h
diff --git a/src/internal/Object.h b/src/Core/Object.h
index e969e9ee0..e969e9ee0 100644
--- a/src/internal/Object.h
+++ b/src/Core/Object.h
diff --git a/src/internal/Row.h b/src/Core/Row.h
index 39efc0b2b..39efc0b2b 100644
--- a/src/internal/Row.h
+++ b/src/Core/Row.h
diff --git a/src/internal/ScalarOps.h b/src/Core/ScalarOps.h
index 903f2751b..903f2751b 100644
--- a/src/internal/ScalarOps.h
+++ b/src/Core/ScalarOps.h
diff --git a/src/internal/Transpose.h b/src/Core/Transpose.h
index 90a9b727c..90a9b727c 100644
--- a/src/internal/Transpose.h
+++ b/src/Core/Transpose.h
diff --git a/src/internal/Util.h b/src/Core/Util.h
index 859913908..859913908 100644
--- a/src/internal/Util.h
+++ b/src/Core/Util.h
diff --git a/src/Manip b/src/Manip
deleted file mode 100644
index 440fabcad..000000000
--- a/src/Manip
+++ /dev/null
@@ -1,36 +0,0 @@
-// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
-//
-// Copyright (C) 2006-2007 Benoit Jacob <jacob@math.jussieu.fr>
-//
-// Eigen is free software; you can redistribute it and/or modify it under the
-// terms of the GNU General Public License as published by the Free Software
-// Foundation; either version 2 or (at your option) any later version.
-//
-// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
-// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
-// details.
-//
-// You should have received a copy of the GNU General Public License along
-// with Eigen; if not, write to the Free Software Foundation, Inc., 51
-// Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-//
-// As a special exception, if other files instantiate templates or use macros
-// or functions from this file, or you compile this file and link it
-// with other works to produce a work based on this file, this file does not
-// by itself cause the resulting work to be covered by the GNU General Public
-// License. This exception does not invalidate any other reasons why a work
-// based on this file might be covered by the GNU General Public License.
-
-#ifndef EI_MANIP_H
-#define EI_MANIP_H
-
-#include "internal/Row.h"
-#include "internal/Column.h"
-#include "internal/Block.h"
-#include "internal/Minor.h"
-#include "internal/Transpose.h"
-#include "internal/Conjugate.h"
-
-#endif // EI_MANIP_H