IMSL C# Numerical Library

ZeroFunction Members

ZeroFunction overview

Public Instance Constructors

ZeroFunction Constructor Creates an instance of the solver.

Public Instance Properties

AbsoluteError The first stopping criterion.
MaximumIterations The maximum number of iterations allowed per root.
RelativeError The second stopping criterion is the relative error.
Spread The spread.
SpreadTolerance The spread criteria for multiple zeros.

Public Instance Methods

AllConverged Returns true if the iterations for all of the roots have converged.
ComputeZeros Returns the zeros of a univariate function.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIterations Returns the number of iterations used to compute a root.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ZeroFunction Class | Imsl.Math Namespace | Example