Overload List
Overload 1: VectorInt MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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 MulAndAdd(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
Overload 13: VectorInt MulAndAdd(TVecInt *X, int Y, int Z);
Compute (X*yScalar) + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | int | |
| 3 | Z | int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 14: MatrixInt MulAndAdd(TMtxInt *X, int Y, int Z);
Compute (X*yScalar) + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | int | |
| 3 | Z | int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler