aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-05-07 22:57:46 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-05-07 22:57:46 +0100
commit6b4e215710dd5c12ad1fe8e820875674bdd849c8 (patch)
treef0aabd83f0302f1fda83da172cad4ce02f7020ea /unsupported/Eigen/MatrixFunctions
parent0896c6d97dc587f76b92687d87ae3e21d0c5aab4 (diff)
Implement matrix square root for complex matrices.
I hope to implement the real case soon, but it's a bit more complicated due to the 2-by-2 blocks in the real Schur decomposition.
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 d39c49e53..79340e206 100644
--- a/unsupported/Eigen/MatrixFunctions
+++ b/unsupported/Eigen/MatrixFunctions
@@ -69,6 +69,7 @@ namespace Eigen {
#include "src/MatrixFunctions/MatrixExponential.h"
#include "src/MatrixFunctions/MatrixFunction.h"
+#include "src/MatrixFunctions/MatrixSquareRoot.h"