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