MtxExpr.DotProd Method

Double DotProd(TVec X, TVec Y)

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

#NameTypeDescription
1XTVecsource TVec
2YTVecsource TVec

Returns: Double

Remarks:

Internally calls Dew.Math.Vector.DotProd