Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt MulAndDiv(TVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z); | Compute X * Y / Z |
| 2 | MatrixInt MulAndDiv(TMtxInt *X, TMtxVecInt *Y, TMtxVecInt *Z); | Compute X * Y / Z |
| 3 | VectorInt MulAndDiv(TVecInt *X, TMtxVecInt *Y, const int xyScale, TMtxVecInt *Z); | Compute X * Y * xyScale / Z |
| 4 | MatrixInt MulAndDiv(TMtxInt *X, TMtxVecInt *Y, const int xyScale, TMtxVecInt *Z); | Compute X * Y * xyScale / Z |
| 5 | VectorInt MulAndDiv(TVecInt *X, TMtxVecInt *Y, const int Z); | Compute X * Y / zScalar |
| 6 | MatrixInt MulAndDiv(TMtxInt *X, TMtxVecInt *Y, const int Z); | Compute X * Y / zScalar |
Overload 1: VectorInt MulAndDiv(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 MulAndDiv(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 MulAndDiv(TVecInt *X, TMtxVecInt *Y, const int xyScale, TMtxVecInt *Z);
Compute X Y xyScale / Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | xyScale | const int | |
| 4 | Z | TMtxVecInt * |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 4: MatrixInt MulAndDiv(TMtxInt *X, TMtxVecInt *Y, const int xyScale, TMtxVecInt *Z);
Compute X Y xyScale / Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | xyScale | const int | |
| 4 | Z | TMtxVecInt * |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 5: VectorInt MulAndDiv(TVecInt *X, TMtxVecInt *Y, const int Z);
Compute X * Y / zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 6: MatrixInt MulAndDiv(TMtxInt *X, TMtxVecInt *Y, const int Z);
Compute X * Y / zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler