aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 14:10:44 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 14:10:44 +0200
commit4a8888dfbc8feee9cb2479eb708b95e16a184e7e (patch)
tree970a9e0b40b12ad8bcdfee3a0a7f610d09046658 /Eigen/src/Core/util/Constants.h
parent3af4c6c1c9327411d13386e4719ce48f866c7567 (diff)
Improbe compatibility of Transpositions and evaluators
Diffstat (limited to 'Eigen/src/Core/util/Constants.h')
-rw-r--r--Eigen/src/Core/util/Constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index 3e6c75444..8d6089b2d 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -468,6 +468,9 @@ struct Sparse {};
/** The type used to identify a permutation storage. */
struct PermutationStorage {};
+/** The type used to identify a permutation storage. */
+struct TranspositionsStorage {};
+
/** The type used to identify a matrix expression */
struct MatrixXpr {};