aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-10-15 00:14:32 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-10-15 00:14:32 +0800
commit23c87fcde643cf14976fd8ea0a22b2021cd615ae (patch)
tree3d5a30007831ff80a46ad52be4f592322103d016 /unsupported
parentfe0ef8e609034da8ebf597c7dd591b4a65357fb6 (diff)
I think it's OK to let XprHelper.h determine the nested type.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h
index e6b8413c4..890225744 100644
--- a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h
+++ b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h
@@ -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> >
{