TVec::AddTensorProd Method

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.

#NameTypeDescription
1MtxTMtx *
2VecTVec *
3MtxType = TMtxType::mtGeneralTMtxType
4Operation = TMtxOperation::opNoneTMtxOperation
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler