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

@@ -271,7 +271,6 @@ template<typename Derived> class MatrixFunctionReturnValue;
template<typename Derived> class MatrixSquareRootReturnValue;
template<typename Derived> class MatrixLogarithmReturnValue;
template<typename Derived> class MatrixPowerReturnValue;
template<typename Derived, typename Lhs, typename Rhs> class MatrixPowerProduct;
namespace internal {
template <typename Scalar>