QagiuIntegration(gsl_integration_rule, Boolean) Constructor |
Creates an instance of this integration class with specified integration rule and specified debug flag setting.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public QagiuIntegration(
gsl_integration_rule integrationRule,
bool debug
)
Parameters
- integrationRule gsl_integration_rule
- Integration rule used for integration.
- debug Boolean
- Setting of the debug flag for this instance. If the integration fails or the specified accuracy
is not reached, an exception is thrown if the debug flag is set to true. If set to false, the return value of the integration
function will be set to the appropriate error code (an exception will be thrown then only for serious errors).
See Also