Click or drag to resize

FalsePositionRootFinder Class

[Missing <summary> documentation for "T:Altaxo.Calc.RootFinding.FalsePositionRootFinder"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RootFindingAbstractRootFinder
    Altaxo.Calc.RootFindingFalsePositionRootFinder

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class FalsePositionRootFinder : AbstractRootFinder

The FalsePositionRootFinder type exposes the following members.

Constructors
 NameDescription
Public methodFalsePositionRootFinder(FuncDouble, Double)Initializes a new instance of the FalsePositionRootFinder class
Public methodFalsePositionRootFinder(FuncDouble, Double, Int32, Double)Initializes a new instance of the FalsePositionRootFinder class
Top
Properties
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodFind
(Overrides AbstractRootFinderFind)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSearchBracketsOutwardDetect a range containing at least one root.
(Inherited from AbstractRootFinder)
Protected methodSignHelper method useful for preventing rounding errors.
(Inherited from AbstractRootFinder)
Public methodSolve(Double, Double, Boolean)Prototype algorithm for solving the equation f(x)==0.
(Inherited from AbstractRootFinder)
Public methodSolve(Double, Double, Double, Boolean)Prototype algorithm for solving the equation f(x)==y.
(Inherited from AbstractRootFinder)
Protected methodSwap
(Inherited from AbstractRootFinder)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
See Also