Calculate the zeros of the related transfer function
encapsulated function complexZeros import Complex; import Modelica_LinearSystems2; import Modelica_LinearSystems2.StateSpace; input StateSpace ss "State space system"; output Complex zeros2[:] = fill(Complex(0, 0), StateSpace.Internal.numberOfZeros(ss)); end complexZeros;