MtxExpr.Exp2 Method

Overload List

#SignatureDescription
1Matrix Exp2(TMtx X)Result = the Exp2 function from the source and return the result
2Vector Exp2(TVec X)Result = the Exp2 function from the source and return the result

Overload 1: Matrix Exp2(TMtx X)

Compute the Exp2 function from the source and return the result.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Exp2

Overload 2: Vector Exp2(TVec X)

Compute the Exp2 function from the source and return the result.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Exp2