.Wavelet.General.cumSum

Cumulative sum of a vector. Data type is Real.

Interface

function cumSum
  input Real i_v[:] = {1, 2, 3, 4} "Input vector";
  output Real o_v[size(i_v, 1)] "Output vector";
end cumSum;

Generated at 2025-08-19T18:21:06Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos