MtxExprInt::Mul Function

Overload List

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

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