Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt AddScaledSqr(TVecInt *X, TMtxVecInt *Y, const int yScale); | Compute sqr(X + Y*yScale) |
| 2 | MatrixInt AddScaledSqr(TMtxInt *X, TMtxVecInt *Y, const int yScale); | Compute sqr(X + Y*yScale) |
| 3 | VectorInt AddScaledSqr(TVecInt *X, const int xScale, TMtxVecInt *Y, const int yScale); | Compute sqr(X*xScale + Y*yScale) |
| 4 | MatrixInt AddScaledSqr(TMtxInt *X, const int xScale, TMtxVecInt *Y, const int yScale); | Compute sqr(X*xScale + Y*yScale) |
Overload 1: VectorInt AddScaledSqr(TVecInt *X, TMtxVecInt *Y, const int yScale);
Compute sqr(X + Y*yScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 2: MatrixInt AddScaledSqr(TMtxInt *X, TMtxVecInt *Y, const int yScale);
Compute sqr(X + Y*yScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 3: VectorInt AddScaledSqr(TVecInt *X, const int xScale, TMtxVecInt *Y, const int yScale);
Compute sqr(X*xScale + Y*yScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | xScale | const int | |
| 3 | Y | TMtxVecInt * | |
| 4 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 4: MatrixInt AddScaledSqr(TMtxInt *X, const int xScale, TMtxVecInt *Y, const int yScale);
Compute sqr(X*xScale + Y*yScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | xScale | const int | |
| 3 | Y | TMtxVecInt * | |
| 4 | yScale | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler