Overload List
Overload 1: VectorInt AddScaled(TVecInt *X, TMtxVecInt *Y, const int yScale);
Compute X + Y*yScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 2: MatrixInt AddScaled(TMtxInt *X, TMtxVecInt *Y, const int yScale);
Compute X + Y*yScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 3: VectorInt AddScaled(TVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z, const int zScale);
Compute X + Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | TMtxVecInt * | |
| 4 | zScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 4: MatrixInt AddScaled(TMtxInt *X, TMtxVecInt *Y, TMtxVecInt *Z, const int zScale);
Compute X + Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | TMtxVecInt * | |
| 4 | zScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 5: VectorInt AddScaled(TVecInt *X, TMtxVecInt *Y, const int yScale, TMtxVecInt *Z, const int zScale);
Compute X + Y*yScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | yScale | const int | |
| 4 | Z | TMtxVecInt * | |
| 5 | zScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 6: MatrixInt AddScaled(TMtxInt *X, TMtxVecInt *Y, const int yScale, TMtxVecInt *Z, const int zScale);
Compute X + Y*yScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | yScale | const int | |
| 4 | Z | TMtxVecInt * | |
| 5 | zScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 7: VectorInt AddScaled(TVecInt *X, const int xScale, TMtxVecInt *Y, const int yScale);
Compute X*xScale + Y*yScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | xScale | const int | |
| 3 | Y | TMtxVecInt * | |
| 4 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 8: MatrixInt AddScaled(TMtxInt *X, const int xScale, TMtxVecInt *Y, const int yScale);
Compute X*xScale + Y*yScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | xScale | const int | |
| 3 | Y | TMtxVecInt * | |
| 4 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 9: VectorInt AddScaled(TVecInt *X, const int xScale, TMtxVecInt *Y, const int yScale, TMtxVecInt *Z, const int zScale);
Compute X*xScale + Y*yScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | xScale | const int | |
| 3 | Y | TMtxVecInt * | |
| 4 | yScale | const int | |
| 5 | Z | TMtxVecInt * | |
| 6 | zScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 10: MatrixInt AddScaled(TMtxInt *X, const int xScale, TMtxVecInt *Y, const int yScale, TMtxVecInt *Z, const int zScale);
Compute X*xScale + Y*yScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | xScale | const int | |
| 3 | Y | TMtxVecInt * | |
| 4 | yScale | const int | |
| 5 | Z | TMtxVecInt * | |
| 6 | zScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler