MtxExpr::AddProduct Function

Overload List

#SignatureDescription
1Vector AddProduct(TVec *X, TVec *Y, TVec *Z);Computes X + Y*Z
2Matrix AddProduct(TMtx *X, TMtx *Y, TMtx *Z);Computes X + Y*Z

Overload 1: Vector AddProduct(TVec *X, TVec *Y, TVec *Z);

Computes X + Y*Z

#NameTypeDescription
1XTVec *
2YTVec *
3ZTVec *
Remarks:

Internally calls Vector::AddProduct

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix AddProduct(TMtx *X, TMtx *Y, TMtx *Z);

Computes X + Y*Z

#NameTypeDescription
1XTMtx *
2YTMtx *
3ZTMtx *
Remarks:

Internally calls Matrix::AddProduct

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler