aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 11:50:24 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 11:50:24 +0200
commit3af4c6c1c9327411d13386e4719ce48f866c7567 (patch)
tree1cc76e62ae2eaba007b658526534096abe540d43 /Eigen/src/Core/util/Constants.h
parent82b6ac08646f7b12770665134acaf3bb3cdc4dd3 (diff)
Make Transpositions use 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 419409608..3e6c75444 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -482,6 +482,7 @@ struct BandShape { static std::string debugName() { return "BandSha
struct TriangularShape { static std::string debugName() { return "TriangularShape"; } };
struct SelfAdjointShape { static std::string debugName() { return "SelfAdjointShape"; } };
struct PermutationShape { static std::string debugName() { return "PermutationShape"; } };
+struct TranspositionsShape { static std::string debugName() { return "TranspositionsShape"; } };
struct SparseShape { static std::string debugName() { return "SparseShape"; } };
namespace internal {