From 6b4e215710dd5c12ad1fe8e820875674bdd849c8 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sat, 7 May 2011 22:57:46 +0100 Subject: 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. --- 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 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" -- cgit v1.2.3