.TRANSFORM.Math.integral_TrapezoidalRule

Integral of array y(x) using the trapezoidal rule

Interface

function integral_TrapezoidalRule
  extends TRANSFORM.Icons.Function;
  input Real[:] x "dependent array";
  input Real[size(x, 1)] y "independent array";
  output Real integral "Resulting integral";
end integral_TrapezoidalRule;

Generated at 2025-09-16T18:21:07Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos