Computes the outer product of X Vector and Y Vector. The data types you wire to the X Vector and Y Vector inputs determine the polymorphic instance to use.


icon

Let x represent the input sequence X Vector and y represent the input sequence Y Vector. The VI calculates Outer Product using the following equation.

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.