functionqagi
QAGI integration routine
Extends from Modelica.Icons.Function (Icon for functions).
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.

Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n_par | ||
| Real[n_par] | par | ||
| Real | rel_err | ||
| Integer | limit |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | ||
| Real | err |