Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector AddProduct(TVec *X, TVec *Y, TVec *Z); | Computes X + Y*Z |
| 2 | Matrix 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
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
Remarks:
Internally calls Matrix::AddProduct
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler