aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 17:51:53 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 17:51:53 +0200
commit6f846ef9c6ef3e838d1361a30dc11f65ddff967d (patch)
tree4f78d3c7d1ba7b959229342b68125053e1daf51f /Eigen/src/Core/util/Constants.h
parent3c63446507dbbc891e44b58af07f12f6ef58a175 (diff)
Split StorageKind promotion into two helpers: one for products, and one for coefficient-wise operations.
Diffstat (limited to 'Eigen/src/Core/util/Constants.h')
-rw-r--r--Eigen/src/Core/util/Constants.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index 131f5d793..4b55b3a9a 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -449,8 +449,6 @@ struct MatrixXpr {};
/** The type used to identify an array expression */
struct ArrayXpr {};
-
-#ifdef EIGEN_ENABLE_EVALUATORS
// An evaluator must define its shape. By default, it can be one of the following:
struct DenseShape { static std::string debugName() { return "DenseShape"; } };
struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } };
@@ -459,8 +457,6 @@ struct TriangularShape { static std::string debugName() { return "TriangularSha
struct SelfAdjointShape { static std::string debugName() { return "SelfAdjointShape"; } };
struct PermutationShape { static std::string debugName() { return "PermutationShape"; } };
struct SparseShape { static std::string debugName() { return "SparseShape"; } };
-#endif
-
} // end namespace Eigen