TVec AddTensorProd(TMtx Mtx, TVec Vec, TMtxType MtxType, TMtxOperation Operation)
Calculates the right tensor product between vector and matrix and adds the result to the calling vector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | source TMtx |
| 2 | Vec | TVec | source TVec |
| 3 | MtxType | TMtxType | |
| 4 | Operation | TMtxOperation |
Result: stored in self (calling object), returns self for chaining