From 4be172d84f7033b24ac9fed3ffd3e2091af25dfd Mon Sep 17 00:00:00 2001 From: jdh8 Date: Wed, 15 Aug 2012 00:34:20 +0800 Subject: matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is integral type --- unsupported/Eigen/MatrixFunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/MatrixFunctions') diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions index 56ab71cd3..9917efeed 100644 --- a/unsupported/Eigen/MatrixFunctions +++ b/unsupported/Eigen/MatrixFunctions @@ -57,7 +57,7 @@ #include "src/MatrixFunctions/MatrixFunction.h" #include "src/MatrixFunctions/MatrixSquareRoot.h" #include "src/MatrixFunctions/MatrixLogarithm.h" - +#include "src/MatrixFunctions/MatrixPower.h" /** -- cgit v1.2.3