Click or drag to resize

QawfIntegrationIntegration Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]


Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static GSL_ERROR? Integration(
	Func<double, double> f,
	double a,
	OscillatoryTerm oscTerm,
	double omega,
	double epsabs,
	int limit,
	out double? result,
	out double? abserr,
	ref Object?? tempStorage
)

Parameters

f  FuncDouble, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

oscTerm  OscillatoryTerm

[Missing <param name="oscTerm"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

omega  Double

[Missing <param name="omega"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

epsabs  Double

[Missing <param name="epsabs"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

limit  Int32

[Missing <param name="limit"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

result  Double

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

abserr  Double

[Missing <param name="abserr"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

tempStorage  Object

[Missing <param name="tempStorage"/> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

Return Value

GSL_ERROR

[Missing <returns> documentation for "M:Altaxo.Calc.Integration.QawfIntegration.Integration(System.Func{System.Double,System.Double},System.Double,Altaxo.Calc.Integration.OscillatoryTerm,System.Double,System.Double,System.Int32,System.Double@,System.Double@,System.Object@)"]

See Also