.Modelica_LinearSystems2.Math.Matrices.Internal.haveZeroRow

Information

Boolean output is true if at least one matrix row is zero vector

Interface

function haveZeroRow
  input Real A[:, :] = fill(0, 0, 0) "input matrix";
  output Boolean result "is true if A has at least one zero row";
end haveZeroRow;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos