MtxExpr.LogN Method

Overload List

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

Overload 1: Matrix LogN(TMtx X, Double N)

Compute X^2 from the source.

#NameTypeDescription
1XTMtxsource TMtx
2NDoublescalar

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.LogN

Overload 2: Vector LogN(TVec X, Double N)

Compute X^2 from the source.

#NameTypeDescription
1XTVecsource TVec
2NDoublescalar

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.LogN