.Modelica_LinearSystems2.Internal.StateSpaceR.constructor

Information

Default constructor for a StateSpace record

Interface

encapsulated function constructor
  import Modelica;
  import Modelica_LinearSystems2.Internal.StateSpaceR;
  input Real A[:, size(A, 1)] "der(x) = A*x + B*u";
  input Real B[size(A, 1), :] "der(x) = A*x + B*u";
  input Real C[:, size(A, 1)] "y = C*x + D*u";
  input Real D[size(C, 1), size(B, 2)] "y = C*x + D*u";
  input Integer r;
  output StateSpaceR result(redeclare Real A[size(A, 1), size(A, 2)], redeclare Real B[size(B, 1), size(B, 2)], redeclare Real C[size(C, 1), size(C, 2)], redeclare Real D[size(D, 1), size(D, 2)]);
end constructor;

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