MtxExpr::DotProd Function

double DotProd(TVec *X, TVec *Y);

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

#NameTypeDescription
1XTVec *
2YTVec *
Remarks:

Internally calls Vector::DotProd

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