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