MtxExpr.LogN Method

Overload List

#SignatureDescription
1function LogN(const X: TMtx; N: Double): Matrix;Result = X^2 from the source
2function LogN(const X: TVec; N: Double): Vector;Result = X^2 from the source

Overload 1: function LogN(const X: TMtx; N: Double): Matrix;

Compute X^2 from the source.

#NameTypeDescription
1XTMtx
2NDoublescalar

Returns: Matrix

Remarks:

Internally calls Matrix.LogN

Overload 2: function LogN(const X: TVec; N: Double): Vector;

Compute X^2 from the source.

#NameTypeDescription
1XTVec
2NDoublescalar

Returns: Vector

Remarks:

Internally calls Vector.LogN