MtxExprInt::Add Function

Overload List

#SignatureDescription
1VectorInt Add(TVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z);Compute X + Y + Z
2MatrixInt Add(TMtxInt *X, TMtxVecInt *Y, TMtxVecInt *Z);Compute X + Y + Z
3VectorInt Add(TVecInt *X, TMtxVecInt *Y, const int Z);Compute X + Y + zScalar
4MatrixInt Add(TMtxInt *X, TMtxVecInt *Y, const int Z);Compute X + Y + zScalar

Overload 1: VectorInt Add(TVecInt *X, TMtxVecInt *Y, TMtxVecInt *Z);

Compute X + Y + Z

#NameTypeDescription
1XTVecInt *
2YTMtxVecInt *
3ZTMtxVecInt *
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 2: MatrixInt Add(TMtxInt *X, TMtxVecInt *Y, TMtxVecInt *Z);

Compute X + Y + Z

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

Overload 3: VectorInt Add(TVecInt *X, TMtxVecInt *Y, const int Z);

Compute X + Y + zScalar

#NameTypeDescription
1XTVecInt *
2YTMtxVecInt *
3Zconst int
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 4: MatrixInt Add(TMtxInt *X, TMtxVecInt *Y, const int Z);

Compute X + Y + zScalar

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