MtxExpr.Power Method

Overload List

#SignatureDescription
1Matrix Power(TCplx Base, TMtx Exponent)Result = the power function
2Vector Power(TCplx Base, TVec Exponent)Result = the power function
3Matrix Power(TMtx Base, TCplx Exponent)Result = the power function
4Matrix Power(TMtx Base, TMtx Exponent)
5Matrix Power(TMtx Base, Double Exponent)Result = the power function
6Vector Power(TVec Base, TCplx Exponent)Result = the power function
7Vector Power(TVec Base, TVec Exponent)Result = the power function
8Vector Power(TVec Base, Double Exponent)Result = the power function
9Matrix Power(Double Base, TMtx Exponent)Result = the power function
10Vector Power(Double Base, TVec Exponent)Result = the power function

Overload 1: Matrix Power(TCplx Base, TMtx Exponent)

Compute the power function.

#NameTypeDescription
1BaseTCplxscalar
2ExponentTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Power

Overload 2: Vector Power(TCplx Base, TVec Exponent)

Compute the power function.

#NameTypeDescription
1BaseTCplxscalar
2ExponentTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Power

Overload 3: Matrix Power(TMtx Base, TCplx Exponent)

Compute the power function.

#NameTypeDescription
1BaseTMtxsource TMtx
2ExponentTCplxscalar

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Power

Overload 4: Matrix Power(TMtx Base, TMtx Exponent)

#NameTypeDescription
1BaseTMtxsource TMtx
2ExponentTMtxsource TMtx

Returns: Matrix

Overload 5: Matrix Power(TMtx Base, Double Exponent)

Compute the power function.

#NameTypeDescription
1BaseTMtxsource TMtx
2ExponentDoublescalar

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Power

Overload 6: Vector Power(TVec Base, TCplx Exponent)

Compute the power function.

#NameTypeDescription
1BaseTVecsource TVec
2ExponentTCplxscalar

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Power

Overload 7: Vector Power(TVec Base, TVec Exponent)

Compute the power function.

#NameTypeDescription
1BaseTVecsource TVec
2ExponentTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Power

Overload 8: Vector Power(TVec Base, Double Exponent)

Compute the power function.

#NameTypeDescription
1BaseTVecsource TVec
2ExponentDoublescalar

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Power

Overload 9: Matrix Power(Double Base, TMtx Exponent)

Compute the power function.

#NameTypeDescription
1BaseDoublescalar
2ExponentTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Power

Overload 10: Vector Power(Double Base, TVec Exponent)

Compute the power function.

#NameTypeDescription
1BaseDoublescalar
2ExponentTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Power