WOLFRAM SYSTEM MODELER
minReturn minimum element of complex vector |
|
SystemModel["Modelica.ComplexMath.min"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function returns the smallest element of the Complex input vector, defined by the Complex absolute.
(result, index) = min(v)
| v |
Type: Complex[:] Description: Vector |
|---|
| result |
Type: Complex Description: Element of v with smallest absolute value |
|---|---|
| index |
Type: Integer Description: v[index] has the smallest absolute value |