MtxExpr.InvSqrt Method

Overload List

#SignatureDescription
1Matrix InvSqrt(TMtx X)Result = (1/X)^2
2Vector InvSqrt(TVec X)Result = (1/X)^2

Overload 1: Matrix InvSqrt(TMtx X)

Compute (1/X)^2.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.InvSqrt

Overload 2: Vector InvSqrt(TVec X)

Compute (1/X)^2.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.InvSqrt