function DotProd(X: TOpenCLVector; Y: TOpenCLVector): Double;
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 clVector.DotProd