.Modelica_LinearSystems2.StateSpace.Internal.numberOfPolesAndZeros

Information

Calculate the number poles and of zeros of the related transfer function

Interface

encapsulated function numberOfPolesAndZeros
  import Modelica;
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.Math.Complex;
  import Modelica_LinearSystems2.ZerosAndPoles;
  import Modelica_LinearSystems2.StateSpace;
  import Modelica_LinearSystems2.Math.Matrices.LAPACK;
  input StateSpace ss "State space system";
  output Integer numberOfPoles;
  output Integer numberOfZeros;
end numberOfPolesAndZeros;

Generated at 2024-04-22T18:15:51Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos