MtxExprInt::Sub Function

Overload List

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

Overload 1: VectorInt Sub(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 Sub(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 Sub(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 Sub(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