You are here:
Home
>
Dew Math
>
MtxExpr Class
>
DotProd Method
Dew Math (C#)
Contents
|
Search
|
Home
MtxExpr.DotProd Method
MtxExpr Class
Double DotProd(
TVec
X,
TVec
Y)
Returns the dot product: sum(X*Y).
#
Name
Type
Description
1
X
TVec
source TVec
2
Y
TVec
source TVec
Returns: Double
Remarks:
Internally calls
Dew.Math.Vector.DotProd