.Modelica.ComplexMath.min

Return minimum element of complex vector

Information

This function returns the smallest element of the Complex input vector, defined by the Complex absolute.

Interface

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

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