Outer Product

Computes the outer product of X Vector and Y Vector. Details

X Vector is the first input vector.
Y Vector is the second input vector.
If one of the input sequences is an empty array, Outer Product is an empty array.
error returns any error or warning condition from the VI.

Outer Product Details

Let X represent the input sequence X Vector and Y represent the input sequence Y Vector. The VI obtains Outer Product using the formula:

where A represents the 2D output sequence Outer Product, n is the number of elements in the input sequence X Vector, and m is the number of elements in the input sequence Y Vector.