.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 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39