Click or drag to resize

QawoIntegrationgsl_integration_qawo Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.QawoIntegration.gsl_integration_qawo(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,Altaxo.Calc.Integration.QawoIntegration.gsl_integration_qawo_table,System.Double@,System.Double@,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? gsl_integration_qawo(
	Func<double, double> f,
	double a,
	double epsabs,
	double epsrel,
	int limit,
	gsl_integration_workspace workspace,
	QawoIntegrationgsl_integration_qawo_table wf,
	out double result,
	out double abserr,
	bool bDebug
)

Parameters

f  FuncDouble, Double

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

a  Double

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

epsabs  Double

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

epsrel  Double

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

limit  Int32

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

workspace  gsl_integration_workspace

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

wf  QawoIntegrationgsl_integration_qawo_table

[Missing <param name="wf"/> documentation for "M:Altaxo.Calc.Integration.QawoIntegration.gsl_integration_qawo(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Int32,Altaxo.Calc.Integration.gsl_integration_workspace,Altaxo.Calc.Integration.QawoIntegration.gsl_integration_qawo_table,System.Double@,System.Double@,System.Boolean)"]

result  Double

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

abserr  Double

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

bDebug  Boolean

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

Return Value

GSL_ERROR

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

See Also