MtxExpr.Sqrt Method

Overload List

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

Overload 1: Matrix Sqrt(TMtx X)

Compute X^2 from the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Sqrt

Overload 2: Vector Sqrt(TVec X)

Compute X^2 from the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Sqrt