Temporary workaround for permutations

This commit is contained in:
Gael Guennebaud 2014-02-18 13:33:04 +01:00
parent 7002aa858f
commit 06545058bb

View File

@ -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;
};