aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar jdh8 <jdh8@acer.fedora>2012-08-15 00:34:20 +0800
committerGravatar jdh8 <jdh8@acer.fedora>2012-08-15 00:34:20 +0800
commit4be172d84f7033b24ac9fed3ffd3e2091af25dfd (patch)
tree8be62234b0a3bfb45b2c04ec330829cfa7676227 /unsupported/Eigen/MatrixFunctions
parentc5800a245212eca03cad9f98b9cb645e083231f2 (diff)
matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is integral type
Diffstat (limited to 'unsupported/Eigen/MatrixFunctions')
-rw-r--r--unsupported/Eigen/MatrixFunctions2
1 files changed, 1 insertions, 1 deletions
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"
/**