.GNU_ScientificLibrary.Functions.integration.qag

Information

Function for accessing the external GSL QAG integration routine.

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

Interface

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

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