TCplx DotProdc(TOpenCLVector *X, TOpenCLVector *Y, bool ConjY = false);
Returns the dot product: sum(X*Y).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Y | TOpenCLVector * | |
| 3 | ConjY = false | bool |
Remarks:
Internally calls clVector::DotProdc
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler