From 4e26057f66d62d65739557bee72f4b9ad211e495 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Fri, 5 Jul 2013 00:08:11 +0800 Subject: [PATCH] Remove unused declarations for MatrixPowerProduct. --- Eigen/src/Core/MatrixBase.h | 3 --- Eigen/src/Core/util/ForwardDeclarations.h | 1 - 2 files changed, 4 deletions(-) diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h index 198e51084..84b83ffdf 100644 --- a/Eigen/src/Core/MatrixBase.h +++ b/Eigen/src/Core/MatrixBase.h @@ -162,9 +162,6 @@ template class MatrixBase #ifndef EIGEN_PARSED_BY_DOXYGEN template Derived& lazyAssign(const ProductBase& other); - - template - Derived& lazyAssign(const MatrixPowerProduct& other); #endif // not EIGEN_PARSED_BY_DOXYGEN template diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index d6a814586..7dc87968c 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -271,7 +271,6 @@ template class MatrixFunctionReturnValue; template class MatrixSquareRootReturnValue; template class MatrixLogarithmReturnValue; template class MatrixPowerReturnValue; -template class MatrixPowerProduct; namespace internal { template