DotProductDot product of two vectors of equal length |
![]() |
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The output y is the dot product of the input vectors u1 and u2 which have the same length nin
.
The dot product is defined as follows:
nin |
Value: 2 Type: Integer Description: Elements in the input vectors (length) |
---|
![]() |
y |
Type: RealOutput Description: Output signal |
---|---|---|
![]() |
u1 |
Type: RealMultiInput[nin] Description: Input vector 1 |
![]() |
u2 |
Type: RealMultiInput[nin] Description: Input vector 2 |