Double DotProd(TOpenCLVector X, TOpenCLVector Y)
Returns the dot product: sum(X*Y).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
| 2 | Y | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls Dew.Math.clVector.DotProd