aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-22 03:26:00 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2012-09-22 03:26:00 +0800
commit446d14f6ada663b1e5d0a8afc37c1e9b054b1b29 (patch)
tree437fed23b71972b6eba4ee43b10e89ae62a361d8 /Eigen/src/Core/util
parent87afd99433b6a8a6c5e4fa4bb788ccc020ff7090 (diff)
Implement matrix power-matrix product again
Diffstat (limited to 'Eigen/src/Core/util')
-rw-r--r--Eigen/src/Core/util/ForwardDeclarations.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h
index 30d32e2dc..1a3e14b30 100644
--- a/Eigen/src/Core/util/ForwardDeclarations.h
+++ b/Eigen/src/Core/util/ForwardDeclarations.h
@@ -272,6 +272,7 @@ template<typename Derived> class MatrixFunctionReturnValue;
template<typename Derived> class MatrixSquareRootReturnValue;
template<typename Derived> class MatrixLogarithmReturnValue;
template<typename Derived> class MatrixPowerReturnValue;
+template<typename Derived> class MatrixPowerProductBase;
namespace internal {
template <typename Scalar>