Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix MtxPower(TMtx *Src, double Exponent, TMtxType SourceType = TMtxType::mtGeneral); | Computes matrix function of x^r where r is a real number. |
| 2 | Matrix MtxPower(TMtx *Src, const TCplx &Exponent, TMtxType SourceType = TMtxType::mtGeneral); | Computes matrix function of x^c where c is a complex number. |
Overload 1: Matrix MtxPower(TMtx *Src, double Exponent, TMtxType SourceType = TMtxType::mtGeneral);
Computes matrix function of x^r where r is a real number.
Remarks:
Internally calls Matrix::MtxPower
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix MtxPower(TMtx *Src, const TCplx &Exponent, TMtxType SourceType = TMtxType::mtGeneral);
Computes matrix function of x^c where c is a complex number.
Remarks:
Internally calls Matrix::MtxPower
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler