blockTimes
Elementwise multiplication of two vectors of the same length
Extends from Interfaces.Basics.BaseConverter (Basic converter class).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The output vector y is obtained by elementwise multiplication of the input vectors u1 and u2, which need to have the same length nin:
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Structural Parameters | |||
| Integer | nin | 2 | Length of input and output vectors |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.Connectors.RealMultiInput | u1 | Input vector 1 | |
| Interfaces.Connectors.RealMultiInput | u2 | Input vector 2 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealMultiOutput | y | Output vector of the same length as inputs |