MtxExpr.Exp10 Method

Overload List

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

Overload 1: Matrix Exp10(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Exp10

Overload 2: Vector Exp10(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Exp10