WOLFRAM SYSTEM MODELER

scalarProduct

Scalar product c1*c2 of two complex vectors

Wolfram Language

In[1]:=
SystemModel["Complex.'ast'.scalarProduct"]
Out[1]:=

Information

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.

Syntax

c3 = scalarProduct(c1, c2)

Inputs (2)

c1

Type: Complex[:]

Description: Vector of Complex numbers 1

c2

Type: Complex[size(c1, 1)]

Description: Vector of Complex numbers 2

Outputs (1)

c3

Type: Complex

Description: = c1*c2