Matrix MtxIntPower(TMtx *Src, int Exponent);
Computes matrix function of x^n where n is integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx * | |
| 2 | Exponent | int |
Remarks:
Internally calls Matrix::MtxIntPower
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler