mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
Temporary workaround for permutations
This commit is contained in:
parent
7002aa858f
commit
06545058bb
@ -532,6 +532,7 @@ namespace internal {
|
|||||||
|
|
||||||
template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
|
template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
|
||||||
struct traits<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed> >
|
struct traits<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed> >
|
||||||
|
: traits<typename MatrixType::PlainObject>
|
||||||
{
|
{
|
||||||
typedef typename MatrixType::PlainObject ReturnType;
|
typedef typename MatrixType::PlainObject ReturnType;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user