Click or drag to resize

ZeroCrossingBracketing Class

Provides helper methods to bracket zero crossings of scalar functions.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RootFindingZeroCrossingBracketing

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class ZeroCrossingBracketing

The ZeroCrossingBracketing type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExpandDetect a range containing at least one root.
Public methodStatic memberExpandReduce Attempts to bracket a zero crossing by expanding the interval and then, if necessary, reducing it.
Public methodStatic memberFindIntervalsWithin Finds subintervals within a range that contain a sign change.
Public methodStatic memberReduce Attempts to reduce a range to a smaller interval containing a sign change.
Top
See Also