MtxExpr::AddTensorProd Function

Matrix AddTensorProd(TMtx *Src, TVec *Vec1, TVec *Vec2, bool ConjVec2 = false);

Returns Src + Vector1*Vector2'

#NameTypeDescription
1SrcTMtx *
2Vec1TVec *
3Vec2TVec *
4ConjVec2 = falsebool
Remarks:

Internally calls Matrix::AddTensorProd

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler