MtxExpr::MtxIntPower Function

Matrix MtxIntPower(TMtx *Src, int Exponent);

Computes matrix function of x^n where n is integer.

#NameTypeDescription
1SrcTMtx *
2Exponentint
Remarks:

Internally calls Matrix::MtxIntPower

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