IMSL C# Numerical Library

ZeroPolynomial Members

ZeroPolynomial overview

Public Instance Constructors

ZeroPolynomial Constructor Creates an instance of the solver.

Public Instance Properties

MaximumIterations The maximum number of iterations allowed.

Public Instance Methods

ComputeRootsOverloaded. Computes the roots of the polynomial.
p(x) = {\rm coef}[n] \times x^n + {\rm coef}[n-1] \times x^{n-1} + \ldots + {\rm coef}[0]
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.
GetRadius Returns an a-posteriori absolute error bound on the root.
GetRoot Returns a zero of the polynomial.
GetRoots Returns the zeros of the polynomial.
GetStatus Returns the error status of 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

ZeroPolynomial Class | Imsl.Math Namespace | Real coefficients Example | Complex coefficients Example