You are here: Symbol Reference > clMtxExpr Namespace > Functions > clMtxExpr.DotProdc Function
MtxVec VCL
ContentsIndex
PreviousUpNext
clMtxExpr.DotProdc Function

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

Pascal
function DotProdc(const X: TOpenCLVector; const Y: TOpenCLVector; ConjY: boolean = false): TCplx; overload;

Internally calls clVector.DotProdc

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!