Implement matrix power-matrix product again

This commit is contained in:
Chen-Pang He
2012-09-22 03:26:00 +08:00
parent 87afd99433
commit 446d14f6ad
6 changed files with 349 additions and 214 deletions

View File

@@ -59,6 +59,7 @@
#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"