mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-21 03:11:25 +08:00
I think it's OK to let XprHelper.h determine the nested type.
This commit is contained in:
parent
fe0ef8e609
commit
23c87fcde6
@ -142,10 +142,6 @@ template<typename Derived, typename MatrixType>
|
||||
struct traits<MatrixPowerBaseReturnValue<Derived, MatrixType> >
|
||||
{ typedef MatrixType ReturnType; };
|
||||
|
||||
template<typename Derived, typename Lhs, typename Rhs>
|
||||
struct nested<MatrixPowerProduct<Derived,Lhs,Rhs> >
|
||||
{ typedef typename MatrixPowerProduct<Derived,Lhs,Rhs>::PlainObject const& type; };
|
||||
|
||||
template<typename Derived, typename _Lhs, typename _Rhs>
|
||||
struct traits<MatrixPowerProduct<Derived,_Lhs,_Rhs> >
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user