MtxExpr::Sqr Function

Overload List

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

Overload 1: Vector Sqr(TVec *X);

Compute X^2 from the source.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Sqr

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

Overload 2: Matrix Sqr(TMtx *X);

Compute X^2 from the source.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Sqr

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