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

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

Pascal
function DotProd(const X: TOpenCLVector; const Y: TOpenCLVector): double; overload;

Internally calls clVector.DotProd

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