MtxExprInt::Divide Function

Overload List

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

Overload 1: VectorInt Divide(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 Divide(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 Divide(const int X, TVecInt *Y, TMtxVecInt *Z);

Compute xScalar / (Y*Z)

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

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

Compute xScalar / (Y*Z)

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