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 and .
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 |
- |