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