From daa65c5bcedc7892a5bf93000384448204c9a683 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sun, 14 Oct 2012 01:36:54 +0800 Subject: [PATCH] Just tidy up: no need to specify template parameters inside class body. --- unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) :