MtxExpr::Sqrt Function

Overload List

#SignatureDescription
1Vector Sqrt(TVec *X);Compute X^2 from the source.
2Matrix Sqrt(TMtx *X);Compute X^2 from the source.

Overload 1: Vector Sqrt(TVec *X);

Compute X^2 from the source.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Sqrt

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

Overload 2: Matrix Sqrt(TMtx *X);

Compute X^2 from the source.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Sqrt

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