aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
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 /unsupported/Eigen/MatrixFunctions
parent87afd99433b6a8a6c5e4fa4bb788ccc020ff7090 (diff)
Implement matrix power-matrix product again
Diffstat (limited to 'unsupported/Eigen/MatrixFunctions')
-rw-r--r--unsupported/Eigen/MatrixFunctions1
1 files changed, 1 insertions, 0 deletions
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"