MtxExpr::MtxPower Function

Overload List

#SignatureDescription
1Matrix MtxPower(TMtx *Src, double Exponent, TMtxType SourceType = TMtxType::mtGeneral);Computes matrix function of x^r where r is a real number.
2Matrix 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.

#NameTypeDescription
1SrcTMtx *
2Exponentdouble
3SourceType = TMtxType::mtGeneralTMtxType
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.

#NameTypeDescription
1SrcTMtx *
2Exponentconst TCplx &
3SourceType = TMtxType::mtGeneralTMtxType
Remarks:

Internally calls Matrix::MtxPower

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler