Click or drag to resize

BairstowRootFinderSolve Method

Overload List
 NameDescription
Public methodSolve(Double) Solves the polynomial P(x) = a[0] + a[1]*x + a[2]*x^2 + ... + a[n]*x^n Note that the constant term is at index 0 and the leading coefficient is at index
C#
a.Length - 1
.
Public methodSolve(DoubleVector) Solves the polynomial P(x) = a[0] + a[1]*x + a[2]*x^2 + ... + a[n]*x^n Note that the constant term is at index 0 and the leading coefficient is at index
C#
a.Length - 1
.
Public methodSolve(Polynomial) Solves the give polynomial.
Top
See Also