function MtxIntPower(const Src: TMtx; Exponent: Integer): Matrix;
Computes matrix function of x^n where n is integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | Exponent | Integer |
Returns: Matrix
Remarks:
Internally calls Matrix.MtxIntPower
Computes matrix function of x^n where n is integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | Exponent | Integer |
Returns: Matrix
Internally calls Matrix.MtxIntPower