MtxExpr.MtxPower Method

Overload List

#SignatureDescription
1Matrix MtxPower(TMtx Src, TCplx Exponent, TMtxType SourceType)Computes matrix function of x^c where c is a complex number.
2Matrix MtxPower(TMtx Src, Double Exponent, TMtxType SourceType)Computes matrix function of x^r where r is a real number.

Overload 1: Matrix MtxPower(TMtx Src, TCplx Exponent, TMtxType SourceType)

Computes matrix function of x^c where c is a complex number.

#NameTypeDescription
1SrcTMtxsource TMtx
2ExponentTCplxscalar
3SourceTypeTMtxType

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.MtxPower

Overload 2: Matrix MtxPower(TMtx Src, Double Exponent, TMtxType SourceType)

Computes matrix function of x^r where r is a real number.

#NameTypeDescription
1SrcTMtxsource TMtx
2ExponentDoublescalar
3SourceTypeTMtxType

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.MtxPower