MtxExpr::InvSqrt Function

Overload List

#SignatureDescription
1Vector InvSqrt(TVec *X);Compute (1/X)^2.
2Matrix InvSqrt(TMtx *X);Compute (1/X)^2.

Overload 1: Vector InvSqrt(TVec *X);

Compute (1/X)^2.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::InvSqrt

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix InvSqrt(TMtx *X);

Compute (1/X)^2.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::InvSqrt

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler