.Modelica_LinearSystems2.DiscreteStateSpace.'=='

Information

Check whether two linear discrete state space systems have identical matrices

Interface

encapsulated operator function '=='
  import Modelica;
  import Modelica.Math.Matrices.isEqual;
  import Modelica_LinearSystems2.DiscreteStateSpace;
  input DiscreteStateSpace dss1 "System 1";
  input DiscreteStateSpace dss2 "System 2";
  input Real eps(min = 0) = 0 "Two elements e1 and e2 of the two systems are identical if abs(e1-e2) <= eps";
  output Boolean same "=true, if the two systems are identical";
end '==';

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos