Remove unused declarations for MatrixPowerProduct.

This commit is contained in:
Chen-Pang He
2013-07-05 00:08:11 +08:00
parent cce68d4e91
commit 4e26057f66
2 changed files with 0 additions and 4 deletions

View File

@@ -162,9 +162,6 @@ template<typename Derived> class MatrixBase
#ifndef EIGEN_PARSED_BY_DOXYGEN
template<typename ProductDerived, typename Lhs, typename Rhs>
Derived& lazyAssign(const ProductBase<ProductDerived, Lhs,Rhs>& other);
template<typename MatrixPower, typename Lhs, typename Rhs>
Derived& lazyAssign(const MatrixPowerProduct<MatrixPower, Lhs,Rhs>& other);
#endif // not EIGEN_PARSED_BY_DOXYGEN
template<typename OtherDerived>