WOLFRAM SYSTEM MODELER
scalarProductScalar product c1*c2 of two complex vectors |

SystemModel["Complex.'ast'.scalarProduct"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function returns the scalar product of two given arrays of Complex numbers.
| c1 |
Type: Complex[:] Description: Vector of Complex numbers 1 |
|---|---|
| c2 |
Type: Complex[size(c1, 1)] Description: Vector of Complex numbers 2 |
| c3 |
Type: Complex Description: = c1*c2 |
|---|