Click or drag to resize

QchebApproximation Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.Qcheb.Approximation(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double[],System.Double[])"]


Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Approximation(
	Func<double, double> f,
	double a,
	double b,
	double[] cheb12,
	double[] cheb24
)

Parameters

f  FuncDouble, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Integration.Qcheb.Approximation(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double[],System.Double[])"]

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Integration.Qcheb.Approximation(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double[],System.Double[])"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.Integration.Qcheb.Approximation(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double[],System.Double[])"]

cheb12  Double

[Missing <param name="cheb12"/> documentation for "M:Altaxo.Calc.Integration.Qcheb.Approximation(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double[],System.Double[])"]

cheb24  Double

[Missing <param name="cheb24"/> documentation for "M:Altaxo.Calc.Integration.Qcheb.Approximation(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double[],System.Double[])"]

See Also