MatrixInt::DivideC Method

Overload List

#SignatureDescription
1TMtxVecInt *DivideC(TMtxVecInt *X, TMtxVecInt *Y, const int Z) const;Compute X / (Y*zScale)
2TMtxVecInt *DivideC(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, const int Z, int Index, int Len) const;Compute X / (Y*zScalar) on sub array

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

Compute X / (Y*zScale)

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

Overload 2: TMtxVecInt *DivideC(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, const int Z, int Index, int Len) const;

Compute X / (Y*zScalar) on sub array

#NameTypeDescription
1XTMtxVecInt *
2XIndexint
3YTMtxVecInt *
4YIndexint
5Zconst int
6Indexint
7Lenint
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler