.GNU_ScientificLibrary.Functions.integration.integrand

Information

Function for accessing external GSL/Modelica-interface 'integrand' function.

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

Interface

function integrand
  extends Modelica.Icons.Function;
  input Real x;
  input Integer n_par;
  input Real par[n_par];
  output Real f;
end integrand;

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