.GNU_ScientificLibrary.Functions.integration.qagi

QAGI integration routine

Information

Function for accessing the external GSL QAGI integration routine, for integration from - to + infinity.

Keep in mind that the 'integrand' must be "created" beforehand: see the 'CreateIntegrand' model and the 'integrand_setup' function.

Interface

function qagi
  extends Modelica.Icons.Function;
  input Integer n_par;
  input Real par[n_par], rel_err;
  input Integer limit;
  output Real y, err;
end qagi;

Generated at 2025-04-05T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos