Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function MtxPower(const Src: TMtx; const Exponent: TCplx; SourceType: TMtxType): Matrix; | Computes matrix function of x^c where c is a complex number. |
| 2 | function 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.
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.
Returns: Matrix
Remarks:
Internally calls Matrix.MtxPower