Merge in jdh8's branch.

* Enable singular matrix power and complex exponents.
* Eliminate unnecessary copying for sparse Kronecker product.
This commit is contained in:
Jitse Niesen
2013-07-21 20:50:15 +01:00
15 changed files with 669 additions and 282 deletions

View File

@@ -271,7 +271,7 @@ template<typename Derived> class MatrixFunctionReturnValue;
template<typename Derived> class MatrixSquareRootReturnValue;
template<typename Derived> class MatrixLogarithmReturnValue;
template<typename Derived> class MatrixPowerReturnValue;
template<typename Derived, typename Lhs, typename Rhs> class MatrixPowerProduct;
template<typename Derived> class MatrixComplexPowerReturnValue;
namespace internal {
template <typename Scalar>