matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is integral type

This commit is contained in:
jdh8
2012-08-15 00:34:20 +08:00
parent c5800a2452
commit 4be172d84f
4 changed files with 957 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
#include "src/MatrixFunctions/MatrixFunction.h"
#include "src/MatrixFunctions/MatrixSquareRoot.h"
#include "src/MatrixFunctions/MatrixLogarithm.h"
#include "src/MatrixFunctions/MatrixPower.h"
/**