aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2013-06-24 23:56:17 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2013-06-24 23:56:17 +0800
commitb9fc9d8f32749b86bcd7a9b65bd0859e570976a3 (patch)
tree5bc74c0869a2a37d1c707907933197d01398b5a0 /unsupported/Eigen/MatrixFunctions
parentee8a28fb853d5bbf47bffb7e4c1adaabfe76d96c (diff)
Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.pow
Diffstat (limited to 'unsupported/Eigen/MatrixFunctions')
-rw-r--r--unsupported/Eigen/MatrixFunctions1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions
index 124175841..0991817d5 100644
--- a/unsupported/Eigen/MatrixFunctions
+++ b/unsupported/Eigen/MatrixFunctions
@@ -59,7 +59,6 @@
#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"