ClMtxExpr.DotProd Method

Double DotProd(TOpenCLVector X, TOpenCLVector Y)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2YTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.DotProd