MtxExprInt::DivideC Function

Overload List

#SignatureDescription
1VectorInt DivideC(TVecInt *X, TMtxVecInt *Y, const int Z);Compute X / (Y*zScale)
2MatrixInt DivideC(TMtxInt *X, TMtxVecInt *Y, const int Z);Compute X / (Y*zScale)

Overload 1: VectorInt DivideC(TVecInt *X, TMtxVecInt *Y, const int Z);

Compute X / (Y*zScale)

#NameTypeDescription
1XTVecInt *
2YTMtxVecInt *
3Zconst int
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 2: MatrixInt DivideC(TMtxInt *X, TMtxVecInt *Y, const int Z);

Compute X / (Y*zScale)

#NameTypeDescription
1XTMtxInt *
2YTMtxVecInt *
3Zconst int
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler