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.
This commit is contained in:
Jitse Niesen
2011-05-07 22:57:46 +01:00
parent 0896c6d97d
commit 6b4e215710
5 changed files with 187 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ namespace Eigen {
#include "src/MatrixFunctions/MatrixExponential.h"
#include "src/MatrixFunctions/MatrixFunction.h"
#include "src/MatrixFunctions/MatrixSquareRoot.h"