.GNU_ScientificLibrary.Functions.integration.qagil

Information

Function for accessing the external GSL QAGIL integration routine, for integration from -infinity to b.

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

Interface

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

Generated at 2024-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos