Click or drag to resize

IntegrationBaseqags Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]


Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static GSL_ERROR? qags(
	Func<double, double> f,
	double a,
	double b,
	double epsabs,
	double epsrel,
	int limit,
	gsl_integration_workspace workspace,
	out double result,
	out double abserr,
	gsl_integration_rule q,
	bool bDebug
)

Parameters

f  FuncDouble, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

epsabs  Double

[Missing <param name="epsabs"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

epsrel  Double

[Missing <param name="epsrel"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

limit  Int32

[Missing <param name="limit"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

workspace  gsl_integration_workspace

[Missing <param name="workspace"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

result  Double

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

abserr  Double

[Missing <param name="abserr"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

q  gsl_integration_rule

[Missing <param name="q"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

bDebug  Boolean

[Missing <param name="bDebug"/> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

Return Value

GSL_ERROR

[Missing <returns> documentation for "M:Altaxo.Calc.Integration.IntegrationBase.qags(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,System.Double@,System.Double@,Altaxo.Calc.Integration.gsl_integration_rule,System.Boolean)"]

See Also