Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt Mul(TVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z); | Compute X*Y*Z |
| 2 | MatrixInt Mul(TMtxInt *X, TMtxVecInt *Y, TMtxVecInt *Z); | Compute X*Y*Z |
| 3 | VectorInt Mul(TVecInt *X, TMtxVecInt *Y, const int Z); | Compute X*Y*zScalar |
| 4 | MatrixInt Mul(TMtxInt *X, TMtxVecInt *Y, const int Z); | Compute X*Y*zScalar |
Overload 1: VectorInt Mul(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 Mul(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 Mul(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 4: MatrixInt Mul(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