MtxExpr.IntPower Method

Overload List

#SignatureDescription
1Matrix IntPower(TMtx Base, Int32 Exponent)Result = the integer power function
2Vector IntPower(TVec Base, Int32 Exponent)Result = the integer power function

Overload 1: Matrix IntPower(TMtx Base, Int32 Exponent)

Compute the integer power function.

#NameTypeDescription
1BaseTMtxsource TMtx
2ExponentInt32

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.IntPower

Overload 2: Vector IntPower(TVec Base, Int32 Exponent)

Compute the integer power function.

#NameTypeDescription
1BaseTVecsource TVec
2ExponentInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.IntPower