Dot Product VI
- Updated2023-02-21
- 5 minute(s) read
Dot Product VI
Owning Palette: Linear Algebra VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit
Computes the dot product of X Vector and Y Vector.
Wire data to the X Vector and Y Vector inputs to determine the polymorphic instance to use or manually select the instance.
Dot Product (DBL)
![]() |
X Vector specifies the first input vector. The number of elements in X Vector must be equal to the number of elements in Y 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. |
![]() |
X * Y returns the dot product of X Vector and Y Vector. If either X Vector or Y Vector is empty, or the number of elements in X Vector is different from the number of elements in Y Vector, the dot product is undefined and X * Y is set to NaN. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Dot Product (SGL)
![]() |
X Vector specifies the first input vector. The number of elements in X Vector must be equal to the number of elements in Y 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. |
![]() |
X * Y returns the dot product of X Vector and Y Vector. If either X Vector or Y Vector is empty, or the number of elements in X Vector is different from the number of elements in Y Vector, the dot product is undefined and X * Y is set to NaN. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Dot Product (CDB)
![]() |
X Vector specifies the first input vector. The number of elements in X Vector must be equal to the number of elements in Y 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. |
![]() |
X * Y returns the dot product of X Vector and Y Vector. If either X Vector or Y Vector is empty, or the number of elements in X Vector is different from the number of elements in Y Vector, the dot product is undefined and X * Y is set to NaN + NaNi. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Dot Product (CSG)
![]() |
X Vector specifies the first input vector. The number of elements in X Vector must be equal to the number of elements in Y 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. |
![]() |
X * Y returns the dot product of X Vector and Y Vector. If either X Vector or Y Vector is empty, or the number of elements in X Vector is different from the number of elements in Y Vector, the dot product is undefined and X * Y is set to NaN + NaNi. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Dot 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 Dot Product VI for more details about this VI.