MtxExpr.Sqr Method

Overload List

#SignatureDescription
1Matrix Sqr(TMtx X)Result = X^2 from the source
2Vector Sqr(TVec X)Result = X^2 from the source

Overload 1: Matrix Sqr(TMtx X)

Compute X^2 from the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Sqr

Overload 2: Vector Sqr(TVec X)

Compute X^2 from the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Sqr