Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVecInt *Sub(TMtxVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z) const; | Compute X - Y - Z |
| 2 | TMtxVecInt *Sub(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, TMtxVecInt *Z, int zIndex, int Index, int Len) const; | Compute X - Y - Z on sub array |
| 3 | TMtxVecInt *Sub(TMtxVecInt *X, TMtxVecInt *Y, const int Z) const; | Compute X - Y - zScalar |
| 4 | TMtxVecInt *Sub(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 *Sub(TMtxVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z) const;
Compute X - Y - Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | TMtxVecInt * |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: TMtxVecInt *Sub(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, TMtxVecInt *Z, int zIndex, int Index, int Len) const;
Compute X - Y - Z on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVecInt * | |
| 4 | YIndex | int | |
| 5 | Z | TMtxVecInt * | |
| 6 | zIndex | int | |
| 7 | Index | int | |
| 8 | Len | int |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 3: TMtxVecInt *Sub(TMtxVecInt *X, TMtxVecInt *Y, const int Z) const;
Compute X - Y - zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | const int |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 4: TMtxVecInt *Sub(TMtxVecInt *X, int XIndex, TMtxVecInt *Y, int YIndex, const int Z, int Index, int Len) const;
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::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler