.Modelica_LinearSystems2.Internal.Eigenvalue.constructor

Information

Default constructor for eigenvalue

Interface

encapsulated function constructor
  import Modelica;
  import Modelica_LinearSystems2.Math.Complex;
  import Modelica_LinearSystems2.Internal;
  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;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos