diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h index e26497f65..edd14931e 100644 --- a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h +++ b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h @@ -106,7 +106,7 @@ template class MatrixPowerProduct : public MatrixBase > { public: - typedef MatrixBase > Base; + typedef MatrixBase Base; EIGEN_DENSE_PUBLIC_INTERFACE(MatrixPowerProduct) MatrixPowerProduct(Derived& pow, const Rhs& b, RealScalar p) :