aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-10-14 22:30:52 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-10-14 22:30:52 +0800
commitfe0ef8e609034da8ebf597c7dd591b4a65357fb6 (patch)
tree4cd3d5d58bd41596b345ca3f5057f9f0e561cc99 /unsupported
parent40fce01648433455fc62d6cd7869e68a3e85f8fd (diff)
Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h
index ba44487d0..e6b8413c4 100644
--- a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h
+++ b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h
@@ -152,7 +152,6 @@ struct traits<MatrixPowerProduct<Derived,_Lhs,_Rhs> >
typedef MatrixXpr XprKind;
typedef typename remove_all<_Lhs>::type Lhs;
typedef typename remove_all<_Rhs>::type Rhs;
- typedef typename remove_all<MatrixPowerProduct<Derived,_Lhs,_Rhs> >::type PlainObject;
typedef typename scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType Scalar;
typedef Dense StorageKind;
typedef typename promote_index_type<typename Lhs::Index, typename Rhs::Index>::type Index;