Outer Product VI
- Updated2025-07-30
- 1 minute(s) read
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.

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.