.GNU_ScientificLibrary.Functions.integration.qagi

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 2024-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos