MtxExpr::DotProdc Function

TCplx DotProdc(TVec *X, TVec *Y, bool ConjY = false);

Returns the dot product: sum(X*Y).

#NameTypeDescription
1XTVec *
2YTVec *
3ConjY = falsebool
Remarks:

Internally calls Vector::DotProdc

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