MtxExpr::MtxSqrt Function

Matrix MtxSqrt(TMtx *Src, TMtxType SourceType = TMtxType::mtGeneral);

Computes matrix function of x^0.5.

#NameTypeDescription
1SrcTMtx *
2SourceType = TMtxType::mtGeneralTMtxType
Remarks:

Internally calls Matrix::MtxSqrt

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