Matrix MtxIntPower(TMtx Src, Int32 Exponent)
Computes matrix function of x^n where n is integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | source TMtx |
| 2 | Exponent | Int32 |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.MtxIntPower
Computes matrix function of x^n where n is integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | source TMtx |
| 2 | Exponent | Int32 |
Returns: Matrix
Internally calls Dew.Math.Matrix.MtxIntPower