ScalarMultiplication

Multiplication of a vector with a scalar

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The output vector y is obtained by multiplying the input vector u1 with the scalar input u2:

y_i = u2 * u1[i]

The vectors y and u1 will have the same length nin.

Parameters (1)

nin

Value: 2

Type: Integer

Description: Length of input vector

Connectors (3)

u1

Type: RealMultiInput[nin]

Description: Input vector of length nin

u2

Type: RealInput

Description: Input of scalar value

y

Type: RealMultiOutput[nin]

Description: Output vector

Used in Components (4)

ComplexInteraction

BusinessSimulation.CausalLoop

Interaction with linear and nonlinear terms

SplitFlow

BusinessSimulation.CausalLoop

Splitting a flow into n flows

SplitProportionally

BusinessSimulation.MoleculesOfStructure.Policy

Allocate an available amount according to priorities

SplitFlow

BusinessSimulation.MoleculesOfStructure.Transceivers

Splitting an arbitrary flow into n subflows