WOLFRAM SYSTEM MODELER
maxReturn maximum element of complex vector |
|
SystemModel["Modelica.ComplexMath.max"]

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