Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVecInt *DivideC(TMtxVecInt *X, TMtxVecInt *Y, const int Z); | Compute X / (Y*zScale) |
| 2 | TMtxVecInt *DivideC(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, const int Z, int Index, int Len); | Compute X / (Y*zScalar) on sub array |
Overload 1: TMtxVecInt *DivideC(TMtxVecInt *X, TMtxVecInt *Y, const int Z);
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | const int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: TMtxVecInt *DivideC(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, const int Z, int Index, int Len);
Compute X / (Y*zScalar) on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVecInt * | |
| 4 | YIndex | int | |
| 5 | Z | const int | |
| 6 | Index | int | |
| 7 | Len | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler