From 446d14f6ada663b1e5d0a8afc37c1e9b054b1b29 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sat, 22 Sep 2012 03:26:00 +0800 Subject: Implement matrix power-matrix product again --- unsupported/Eigen/MatrixFunctions | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/MatrixFunctions') diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions index ffebe0324..1a4d42de0 100644 --- a/unsupported/Eigen/MatrixFunctions +++ b/unsupported/Eigen/MatrixFunctions @@ -59,6 +59,7 @@ #include "src/MatrixFunctions/MatrixFunction.h" #include "src/MatrixFunctions/MatrixSquareRoot.h" #include "src/MatrixFunctions/MatrixLogarithm.h" +#include "src/MatrixFunctions/MatrixPowerBase.h" #include "src/MatrixFunctions/MatrixPower.h" -- cgit v1.2.3