DekkerBrentSolver Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FindZero Finds a zero of a function starting from an initial guess.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Solve() Attempts to find a root or zero of the target function.
(Inherited from EquationSolver)
Solve(Double) Attempts to find the point where the target function equals the specified value.
(Inherited from EquationSolver)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryFindZero 

See Also