TVec *AddTensorProd(TMtx *Mtx, TVec *Vec, TMtxType MtxType = TMtxType::mtGeneral, TMtxOperation Operation = TMtxOperation::opNone);
Calculates the right tensor product between vector and matrix and adds the result to the calling vector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | Vec | TVec * | |
| 3 | MtxType = TMtxType::mtGeneral | TMtxType | |
| 4 | Operation = TMtxOperation::opNone | TMtxOperation |
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler