aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-31 14:54:54 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-31 14:54:54 +0200
commitdb183ca7b31a366fa1a870927d68c3bf6de15c4d (patch)
tree1223d5f34c1671a877448654e2fc491f96266d10 /Eigen/src/Core/util/Constants.h
parent702a3c17db753b4ceaa234eac6591d0d1737015a (diff)
Make minimal changes to make homogenous compatible with evaluators
Diffstat (limited to 'Eigen/src/Core/util/Constants.h')
-rw-r--r--Eigen/src/Core/util/Constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index c0463583d..86817a989 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -454,6 +454,7 @@ struct ArrayXpr {};
// An evaluator must define its shape. By default, it can be one of the following:
struct DenseShape { static std::string debugName() { return "DenseShape"; } };
+struct HomogeneousShape { static std::string debugName() { return "HomogeneousShape"; } };
struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } };
struct BandShape { static std::string debugName() { return "BandShape"; } };
struct TriangularShape { static std::string debugName() { return "TriangularShape"; } };