MtxExpr.Ln Method

Overload List

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

Overload 1: function Ln(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Ln

Overload 2: function Ln(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Ln