You are here:
Home
>
MtxVec
>
MtxExpr Namespace
>
DotProdc Function
MtxVec (C++)
Contents
|
Search
|
Home
MtxExpr::DotProdc Function
MtxExpr Namespace
TCplx
DotProdc(
TVec
*X,
TVec
*Y,
bool
ConjY =
false
);
Returns the dot product: sum(X*Y).
#
Name
Type
Description
1
X
TVec
*
2
Y
TVec
*
3
ConjY = false
bool
Remarks:
Internally calls
Vector::DotProdc
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler