idot

Vector dot product (complexified version of dot).

Back to Numerical Differentiation Toolbox Contents.

Contents

Syntax

z = idot(x,y)

Description

z = idot(x,y) evaluates the dot product of $\mathbf{x}$ and $\mathbf{y}$.

Input/Output Parameters

Variable Symbol Description Format Units
Input x input argument n×1
complex
-
y input argument n×1
complex
-
Output z dot product of and () 1×1
complex
-

See also

dot