Click or drag to resize
Accord.NET (logo)

BrentSearch Methods

The BrentSearch type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind(Double)
Attempts to find a value in the interval [a;b]
Public methodStatic memberFind(FuncDouble, Double, Double, Double, Double, Double, Int32)
Finds a value of a function in the interval [a;b]
Public methodFindRoot
Attempts to find a root in the interval [a;b]
Public methodStatic memberFindRoot(FuncDouble, Double, Double, Double, Double, Int32)
Finds the root of a function in the interval [a;b]
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMaximize
Finds the maximum of the function in the interval [a;b]
Public methodStatic memberMaximize(FuncDouble, Double, Double, Double, Double, Int32)
Finds the maximum of a function in the interval [a;b]
Public methodMinimize
Finds the minimum of the function in the interval [a;b]
Public methodStatic memberMinimize(FuncDouble, Double, Double, Double, Double, Int32)
Finds the minimum of a function in the interval [a;b]
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also