Quick |
public class QuickRootFinding
The QuickRootFinding type exposes the following members.
Name | Description | |
---|---|---|
QuickRootFinding | Initializes a new instance of the QuickRootFinding class |
Name | Description | |
---|---|---|
BracketRootByExtensionOnly | Find the bracket of a root, i.e. values for x0 and x1, so that ysearch is inbetween f(x0) and f(x1). This is done be extension of the interval [x0,x1] either to the left or the right side or both. | |
ByBrentsAlgorithm(FuncDouble, Double, Double, Double) | ||
ByBrentsAlgorithm(FuncDouble, Double, Double, Double, Double, Double) | ||
ByBrentsAlgorithm(FuncDouble, Double, Double, Double, Double, Double, Double) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |