.Modelica_LinearSystems2.ComplexMathAdds.maxElement

Return maximum element of complex vector

Information

Interface

function maxElement
  extends Modelica.Icons.Function;
  input Complex v[:] "Vector";
  output Real result "Element of v with largest absolute value";
  output Integer index "v[index] has the largest absolute value";
end maxElement;

Generated at 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos