.Modelica_LinearSystems2.WorkInProgress.Math.Matrices.C_rank

Information

Interface

function C_rank
  import Modelica_LinearSystems2;
  extends Modelica.Icons.Function;
  input Modelica_LinearSystems2.Math.Complex A[:, :] "Matrix";
  input Real eps = 0 "If eps > 0, the singular values are checked against eps; otherwise eps=max(size(A))*norm(A)*Modelica.Constants.eps is used";
  output Integer result "Rank of matrix A";
end C_rank;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos