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