function vector input Real[:] n "Stoichiometric coefficients"; input Definition[:] d; output Definition result " = n * d"; end vector;