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