MtxExprInt::AddScaledSqr Function

Overload List

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

#NameTypeDescription
1XTVecInt *
2YTMtxVecInt *
3yScaleconst 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)

#NameTypeDescription
1XTMtxInt *
2YTMtxVecInt *
3yScaleconst 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)

#NameTypeDescription
1XTVecInt *
2xScaleconst int
3YTMtxVecInt *
4yScaleconst 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)

#NameTypeDescription
1XTMtxInt *
2xScaleconst int
3YTMtxVecInt *
4yScaleconst int
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler