MtxExpr.Ln Method

Overload List

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

Overload 1: Matrix Ln(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Ln

Overload 2: Vector Ln(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Ln