Click or drag to resize

BairstowRootFinderFindAllRoots Method

Overload List
 NameDescription
Public methodStatic memberFindAllRoots(Double, Int32, Double) Finds all the roots of polynomial by repeated application of Biarstow's method.
Public methodStatic memberFindAllRoots(DoubleVector, Int32, Double) Finds all the roots of polynomial by repeated application of Biarstow's method.
Public methodStatic memberFindAllRoots(Polynomial, Int32, Double) Finds all the roots of polynomial by repeated application of Biarstow's method.
Top
See Also