Default constructor for eigenvalue
encapsulated function constructor import Modelica; import Complex; import Modelica_LinearSystems2.Internal.Eigenvalue; input Complex ev_in = Complex(0); input Boolean isControllable = false; input Boolean isObservable = false; input Integer maxIndex1 = 0; input Integer maxIndex2 = 0; input Real Teps = 1e6 "Maximum time constant before regarded as infinity, i.e. a real eigenvalue is zero"; output Eigenvalue ev; end constructor;