aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-02-18 13:33:04 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-02-18 13:33:04 +0100
commit06545058bbdeec4713b9b31c5018335660796076 (patch)
tree6b1e07cad8a2c75711bb1aa93a903a77c41f633b /Eigen/src/Core/PermutationMatrix.h
parent7002aa858f3bd42e98ae1c2317aefe39338fab3e (diff)
Temporary workaround for permutations
Diffstat (limited to 'Eigen/src/Core/PermutationMatrix.h')
-rw-r--r--Eigen/src/Core/PermutationMatrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h
index 1297b8413..6a26af3a5 100644
--- a/Eigen/src/Core/PermutationMatrix.h
+++ b/Eigen/src/Core/PermutationMatrix.h
@@ -532,6 +532,7 @@ namespace internal {
template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
struct traits<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed> >
+ : traits<typename MatrixType::PlainObject>
{
typedef typename MatrixType::PlainObject ReturnType;
};