aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-03-12 18:10:52 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-03-12 18:10:52 +0000
commit35bce20954581415a9e5057cc24f6e4769ef78f5 (patch)
tree2f2b3c0eebb1001a32c035b31631d5e633edebf8 /Eigen/Core
parent6da4d9d25620a025f00331bfd36794b89119b739 (diff)
Removed Column and Row in favor of Block
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core2
1 files changed, 0 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index f2b3639ca..68a1e5e5c 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -22,8 +22,6 @@ namespace Eigen {
#include "src/Core/CwiseBinaryOp.h"
#include "src/Core/CwiseUnaryOp.h"
#include "src/Core/Product.h"
-#include "src/Core/Row.h"
-#include "src/Core/Column.h"
#include "src/Core/Block.h"
#include "src/Core/Minor.h"
#include "src/Core/Transpose.h"