function prodC extends Modelica.Icons.Function; input ComplexType[:] z "complex vector"; output ComplexType p "product of components of z"; end prodC;