makevector

SpecialNodes makevector

shown here for N = 2

input ports:
Name Type Description Optional

in0

?0

first element of new vector

no

in1

?0

second element of new vector

no

…​

in N-1

?0

final element of new vector

no

output ports:
Name Type Description Optional

output

vector<?0>

vector with N elements

no

makevector reads each of its N inputs and outputs a vector with those N elements.