MtxExpr::DivideElemC Function

Overload List

#SignatureDescription
1Vector DivideElemC(TVec *X, TMtxVec *Y, const double Z);Compute X / (Y*zScale)
2Matrix DivideElemC(TMtx *X, TMtxVec *Y, const double Z);Compute X / (Y*zScale), when X is a Matrix.
3Vector DivideElemC(TVec *X, TMtxVec *Y, const TCplx &Z);Compute X / (Y*zScale)
4Matrix DivideElemC(TMtx *X, TMtxVec *Y, const TCplx &Z);Compute X / (Y*zScale), where X is a Matrix

Overload 1: Vector DivideElemC(TVec *X, TMtxVec *Y, const double Z);

Compute X / (Y*zScale)

#NameTypeDescription
1XTVec *
2YTMtxVec *
3Zconst double
Remarks:

Divides X by (Y multiplied by the scalar zScale) without temporary objects.

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

Overload 2: Matrix DivideElemC(TMtx *X, TMtxVec *Y, const double Z);

Compute X / (Y*zScale), when X is a Matrix.

#NameTypeDescription
1XTMtx *
2YTMtxVec *
3Zconst double
Remarks:

The operation does only per-element math.

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

Overload 3: Vector DivideElemC(TVec *X, TMtxVec *Y, const TCplx &Z);

Compute X / (Y*zScale)

#NameTypeDescription
1XTVec *
2YTMtxVec *
3Zconst TCplx &
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 4: Matrix DivideElemC(TMtx *X, TMtxVec *Y, const TCplx &Z);

Compute X / (Y*zScale), where X is a Matrix

#NameTypeDescription
1XTMtx *
2YTMtxVec *
3Zconst TCplx &
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler