function conv extends Modelica.Icons.Function; input Real[:] cp1 "coeffs of poly 1 (dec pwr)"; input Real[:] cp2 "coeffs of poly 2 (dec pwr)"; output Real[size(cp1, 1) + size(cp2, 1) - 1] cpo "coeffs of product (dec pwr)"; end conv;