You are here:
Home
>
MtxVec
>
MtxExpr
>
DotProdc Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
MtxExpr.DotProdc Method
MtxExpr
function
DotProdc(
const
X:
TVec
;
const
Y:
TVec
; ConjY: Boolean):
TCplx
;
Returns the dot product: sum(X*Y).
#
Name
Type
Description
1
X
TVec
2
Y
TVec
3
ConjY
Boolean
Returns: TCplx (complex)
Remarks:
Internally calls
Vector.DotProdc