Click or drag to resize

ZeroCrossingBracketingExpandReduce Method

[Missing <summary> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]


Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ExpandReduce(
	Func<double, double> f,
	ref double lowerBound,
	ref double upperBound,
	double expansionFactor = 1,6,
	int expansionMaxIterations = 50,
	int reduceSubdivisions = 100
)

Parameters

f  FuncDouble, Double

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

lowerBound  Double

[Missing <param name="lowerBound"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]

upperBound  Double

[Missing <param name="upperBound"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]

expansionFactor  Double  (Optional)

[Missing <param name="expansionFactor"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]

expansionMaxIterations  Int32  (Optional)

[Missing <param name="expansionMaxIterations"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]

reduceSubdivisions  Int32  (Optional)

[Missing <param name="reduceSubdivisions"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.ExpandReduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Double,System.Int32,System.Int32)"]

See Also