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

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

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

Internally calls Vector.DotProdc

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