.Complex.'*'.scalarProduct

Information

This function returns the scalar product of two given arrays of Complex numbers.

Interface

function scalarProduct
  import Complex;
  input Complex c1[:] "Vector of Complex numbers 1";
  input Complex c2[size(c1, 1)] "Vector of Complex numbers 2";
  output Complex c3 "= c1*c2";
end scalarProduct;

Generated at 2025-01-02T19:26:01Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos