MtxExpr.MtxPower Method

Overload List

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

Overload 1: function MtxPower(const Src: TMtx; const Exponent: TCplx; SourceType: TMtxType): Matrix;

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

#NameTypeDescription
1SrcTMtx
2ExponentTCplx
3SourceTypeTMtxType

Returns: Matrix

Remarks:

Internally calls Matrix.MtxPower

Overload 2: function MtxPower(const Src: TMtx; Exponent: Double; SourceType: TMtxType): Matrix;

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

#NameTypeDescription
1SrcTMtx
2ExponentDoublescalar
3SourceTypeTMtxType

Returns: Matrix

Remarks:

Internally calls Matrix.MtxPower