LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Outer Product VI

  • Updated2023-02-21
  • 4 minute(s) read

Outer Product VI

Owning Palette: Linear Algebra VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

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.

Wire data to the X Vector and Y Vector inputs to determine the polymorphic instance to use or manually select the instance.

Details  

Outer Product (DBL)

X Vector specifies the first input vector.
Y Vector specifies the second input vector.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Outer Product returns the outer product of X Vector and Y Vector. If either X Vector or Y Vector is empty, Outer Product returns an empty matrix.
error out contains error information. This output provides standard error out functionality.

Outer Product (SGL)

X Vector specifies the first input vector.
Y Vector specifies the second input vector.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Outer Product returns the outer product of X Vector and Y Vector. If either X Vector or Y Vector is empty, Outer Product returns an empty matrix.
error out contains error information. This output provides standard error out functionality.

Outer Product (CDB)

X Vector specifies the first input vector.
Y Vector specifies the second input vector.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Outer Product returns the outer product of X Vector and Y Vector. If either X Vector or Y Vector is empty, Outer Product returns an empty matrix.
error out contains error information. This output provides standard error out functionality.

Outer Product (CSG)

X Vector specifies the first input vector.
Y Vector specifies the second input vector.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Outer Product returns the outer product of X Vector and Y Vector. If either X Vector or Y Vector is empty, Outer Product returns an empty matrix.
error out contains error information. This output provides standard error out functionality.

Outer Product Details

The following table lists the support characteristics of this VI.

Supported on RT targets Yes
Suitable for bounded execution times on RT Yes

Refer to the Details section in the Outer Product VI for more details about this VI.

Log in to get a better experience