TVec.AddTensorProd Method

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.

#NameTypeDescription
1MtxTMtxsource TMtx
2VecTVecsource TVec
3MtxTypeTMtxType
4OperationTMtxOperation

Result: stored in self (calling object), returns self for chaining