.Wavelet.General.innerProduct

Information

Inner product of two same length vectors

Interface

function innerProduct
  input Real x1[:] = {1, 2, 3, 4} "Vector 1";
  input Real x2[size(x1, 1)] = {1, 2, 3, 4} "Vector 2";
  output Real y = 0. "Result";
end innerProduct;

Generated at 2024-04-17T18:16:15Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos